UPNG.js
UPNG.js copied to clipboard
Make it tree-shakable
Similar to this issue
I'm using this library with bundled by Webpack.
In my case, I only use decode
function. However since this library is wrapped by an object, bundled file includes pako
which seems not used when decoding.
This results unnecessary large bundle size.