foliojs / png.js

A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js
http://devongovett.github.com/png.js
MIT License
489 stars 92 forks source link

include only png-node.js #25

Open mgartner opened 9 years ago

mgartner commented 9 years ago

I believe the only file necessary to use this package is png-node.js. images/ has fairly large image files in it, and I believe they are only necessary for development and testing.

I have tight size restrictions on a project of mine, so I'm trying to reduce any unecessary files in my dependencies. I think more people will benefit from this.