Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 388 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 388 Bytes

pngcrush.js

pngcrush.js is an optimizer for PNG (Portable Network Graphics) files, ported to JavaScript with Emscripten for use in the browser.

See http://richardassar.github.com/pngcrush.js

TODO

  • Upload an archive and crush all PNGs in the tree.
  • Enable reuse without page refresh (delete FS.root.contents[fileName] and run FS.createDataFile again)