photopea / UPNG.js

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

Fixes for "use strict" mode. #45

Open RefinedSoftwareLLC opened 4 years ago

RefinedSoftwareLLC commented 4 years ago

In "use strict" mode UPNG was not added to window and also "UZIP is not defined" error was displayed. Fixed these 2 issues in a way that is backwards compatible with IE, Edge, and some mobile devices.

Jeanno commented 2 years ago

Agree. This PR should be merged.