This commit is contained in:
Daniel Bulant 2020-05-29 18:53:56 +02:00
parent bdcc276351
commit c2302025b7

View file

@ -2,7 +2,9 @@
# pngjs
Simple PNG encoder/decoder for Node.js with no dependencies.
*This is a fork of pngjs to make it work with deno*
Simple PNG encoder/decoder for ~~Node.js~~ Deno with no dependencies.
Based on the original [pngjs](https://github.com/niegowski/node-pngjs) with the follow enhancements.