raphamorim/origami.js

Queues for drawing

raphamorim opened this issue · 0 comments

currentContext = {
           queue: new Array() // Array of things to draw, witch can be saved in a buffer or drew
...
}