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

Removed all browser/canvas dependent code and switched to built-in zlib #5

Closed meltingice closed 12 years ago

meltingice commented 12 years ago

New branch for node only.

meltingice commented 12 years ago

Just realized it's asking to merge into your master branch. You'll want to keep this as a separate node branch.

devongovett commented 12 years ago

Awesome. I'll merge this and release on npm tonight. Thanks! :)

devongovett commented 12 years ago

Merged! I also changed a lot of stuff and improved performance dramatically by using a 1d array. See the readme for node.js API docs. It's also on npm now as png-js. :)

meltingice commented 12 years ago

Fantastic, thanks man!