The node-png module currently cannot be used on windows. (Due to reliance on node-waf I think).
Is there a module with equivalent functionality (for creating pngs, async) which is NPM installable on windows?
I've seen png-sync, which says it's windows compatible, but I would like to keep everything async.
node-pngjs (Simple PNG encoder/decoder for Node.js with no native dependencies) should be windows compatible, since it has no native dependencies. Because it is pure JavaScript, it might be a bit slower though.
I cannot test this on Windows unfortunately.