chore: add jimp dependency, icon padding script, and update configuration

This commit is contained in:
2026-05-31 14:04:37 +02:00
parent 30f81045ac
commit 7cd17307ba
1126 changed files with 166400 additions and 2 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "utif2",
"description": "Fast and advanced TIFF decoder",
"version": "4.1.0",
"homepage": "https://github.com/photopea/UTIF.js",
"author": "photopea (https://github.com/photopea)",
"contributors": [
"Photopea (https://github.com/photopea)",
"Jaroslav Bereza (https://github.com/jardicc)",
"Scimonster (https://github.com/Scimonster)"
],
"license": "MIT",
"repository": "github:photopea/UTIF.js",
"bugs": {
"url": "https://github.com/photopea/UTIF.js/issues"
},
"main": "UTIF",
"keywords": [
"tif",
"tiff",
"image",
"conversion"
],
"dependencies": {
"pako": "^1.0.11"
}
}