photopea / UPNG.js

Fast and advanced PNG (APNG) decoder and encoder (lossy / lossless)
MIT License
2.1k stars 259 forks source link

Make it tree-shakable #84

Open 5d-jh opened 1 year ago

5d-jh commented 1 year ago

Resolves #81

This is the proposal of tree shakable version, by rewriting it to ecma modules.

It creates commonjs version when npm pack.