m->d: Emoji sprite sheet supports APNG

This commit is contained in:
Cadence Ember 2024-02-01 16:38:17 +13:00
parent f48c1f3f31
commit 6c3164edd6
5 changed files with 138 additions and 52 deletions

8
package-lock.json generated
View file

@ -24,7 +24,7 @@
"minimist": "^1.2.8",
"mixin-deep": "github:cloudrac3r/mixin-deep#v3.0.0",
"node-fetch": "^2.6.7",
"pngjs": "^7.0.0",
"pngjs": "github:cloudrac3r/pngjs#v7.0.1",
"prettier-bytes": "^1.0.4",
"sharp": "^0.32.6",
"snowtransfer": "^0.9.0",
@ -2403,9 +2403,9 @@
}
},
"node_modules/pngjs": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-7.0.0.tgz",
"integrity": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==",
"version": "7.0.1",
"resolved": "git+ssh://git@github.com/cloudrac3r/pngjs.git#55ad02b641a4a4de5cbe00329e8bca600b5bfa3b",
"license": "MIT",
"engines": {
"node": ">=14.19.0"
}