photopea / UPNG.js

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

Uncaught TypeError: Cannot read properties of undefined (reading 'inflate') #88

Open habibutsu opened 9 months ago

habibutsu commented 9 months ago
UPNG.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'inflate')
    at e.decode._inflate (UPNG.min.js:1:5162)
    at e.decode._decompress (UPNG.min.js:1:5009)
    at e.decode (UPNG.min.js:1:4807)
    at <anonymous>:1:6
photopea commented 9 months ago

Hi, what is UPNG.min.js ?

habibutsu commented 9 months ago

I took it from this https://cdnjs.cloudflare.com/ajax/libs/upng-js/2.1.0/UPNG.min.js

photopea commented 9 months ago

That was not made by me :/ Could you try using the library from here instead?