gemini-testing / png-img

Lite libpng wrapper for node.js
MIT License
29 stars 13 forks source link

Support Node.js 14 #59

Closed ruslansagitov closed 3 years ago

ruslansagitov commented 3 years ago

As of now, your cannot build this library with Node.js 14 and it prevents installing hermione.

Hermione installs on Node.js 12 though but Node.js 12 will end its life in April, so you have to do something about the build process.

This fix allows the library to be built. All the tests passes. Still it shows plenty of warnings about unused-result and cast-function-type. It's better to fix them in other pull requests. In my opinion, warnings about unused results and casting are safe to ignore for now.