photopea / UPNG.js

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

pako is not defined #41

Closed 55utah closed 4 years ago

55utah commented 4 years ago

use method 'UPNG.encode' get error: "pako is not defined" in UPNG.js line 789. image

55utah commented 4 years ago

sorry, I find the reason. fix it by using pako.js.

dbarzin commented 4 years ago

Problem still present in current version : ReferenceError: pako is not definedUPNG.js:790:14

photopea commented 4 years ago

UPNG.js requires pako.js , as described in the README file.

dbarzin commented 4 years ago

Thanks, pako.js from https://github.com/nodeca/pako/blob/master/dist/pako.js has to be included before.

photopea commented 4 years ago

yes, it is mentioned in Readme.