node-easel
node-easel copied to clipboard
Tick is no longer a function on stage.
It looks like stage.tick() is no longer a function. From what I can tell the appropriate draw call would be stage.update();
The simple example in the readme doesn't reflect that.