selaux / node-sprite-generator

Generates image sprites and their spritesheets (css, stylus, sass or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.
MIT License
191 stars 39 forks source link

Update canvas dependency version #77

Open ruKurz opened 5 years ago

ruKurz commented 5 years ago

node-sprite-generator version 0.10.2 depends on canvas 1.3.12. https://github.com/selaux/node-sprite-generator/blob/0.10.2/package.json#L15

Since canvas 1.3.12 has some issues that have been solved with version 1.6.3:

it would be great to see a new release of node-sprite-generator with an updated canvas version. In the master branch the canvas dependency is already updated: https://github.com/selaux/node-sprite-generator/blob/master/package.json#L16

ruKurz commented 5 years ago

https://www.npmjs.com/package/@zouloux/node-sprite-generator does not need canvas at all.