node-easel icon indicating copy to clipboard operation
node-easel copied to clipboard

node-easel is a node port of EaselJS, https://github.com/CreateJS/EaselJS

Results 2 node-easel issues
Sort by recently updated
recently updated
newest added

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.

The way the library works now is wrong. It should not create a global **createjs** variable, it should return it's contents as all of Node's modules do (using `module.exports`), to...

enhancement