kevva / to-ico

Convert PNG to ICO in memory
MIT License
137 stars 19 forks source link

Use a better PNG encoder/decoder module #16

Open sindresorhus opened 7 years ago

sindresorhus commented 7 years ago

As documented in https://github.com/kevva/to-ico/pull/6, pngjs has way too many limitations. It also hasn't been maintained in years.

kevva commented 7 years ago

I'm using https://github.com/lukeapage/pngjs which is a fork of the one you linked and the best module I've found so far. Happy to change if there is a better alternative though.