photopea / UPNG.js

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

ReferenceError: ctype is not defined! #7

Closed zaygraveyard closed 7 years ago

zaygraveyard commented 7 years ago

At line 446:

if(noc==null) console.log("unsupported color type", ctype);

This is probably a typo, ctype should be out.ctype

photopea commented 7 years ago

You are right, thank you very much! :) it is fixed.