photopea / UPNG.js

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

Library JSON file needs to be updated #60

Closed pxp1230 closed 1 year ago

pxp1230 commented 4 years ago

2.1.0 is the version three years ago, the CDN server cannot automatically update to the current version

photopea commented 4 years ago

Hi, I am not familiar with CDN, could you make a pull request?

I use only my own JS code in my work, the json file was made by our fans.

pxp1230 commented 4 years ago

I am not very clear about package.json, but I know the CDN server is synchronized with the cdnjs open source project repository. cdnjs reads package.json of this repository, and then updates to here: https://github.com/cdnjs/cdnjs/tree/master/ajax/libs/upng-js

pxp1230 commented 4 years ago

Please draft a new release with Tag "v2.2.0" , then I guess CDN will be able to successfully update @photopea