photopea / UPNG.js

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

Fix UZIP detection #57

Closed oeway closed 4 years ago

oeway commented 4 years ago

The current way of detecting UZIP causes error: UZIP is not defined, this is a fix for it.

oeway commented 4 years ago

Just noticed there is already https://github.com/photopea/UPNG.js/pull/45 that fixes this issue, close it now.