Lewis Pham

Results 13 issues of Lewis Pham

I got the error `Unrecognized option` when I tried to generate sprites with this options: ``` nsg({ src: [ this.config.src + `/*.png`, ], spritePath: this.config.dest + `/sprite.png`, stylesheetPath: this.config.cssDest +...

I think it would be nice if `node-sprite-generator` supports [`sharp`](https://github.com/lovell/sharp) as a compositor.

I think NG should cover some APIs that belong to body standards. List of proposed APIs: - [Canvas](http://www.w3.org/TR/2015/CR-2dcontext-20150702/) - [Fetch](https://fetch.spec.whatwg.org/) - [File](http://www.w3.org/TR/FileAPI) - [IndexedDB](http://www.w3.org/TR/2015/REC-IndexedDB-20150108/) - [Streams](https://streams.spec.whatwg.org) - [WebRTC](http://www.w3.org/TR/2015/WD-webrtc-20150210/) - [WebSocket](http://www.w3.org/TR/websockets/)...