imgtotiny
Version:
一个通用前端图片压缩插件,并可对 PNG 图片进行有损压缩
46 lines (45 loc) • 987 B
JSON
{
"name": "imgtotiny",
"version": "0.1.0",
"description": "一个通用前端图片压缩插件,并可对 PNG 图片进行有损压缩",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"preinstall": "npx only-allow pnpm"
},
"keywords": [
"imageCompress",
"image",
"compress",
"web-compress-plugin",
"canvas",
"UPNG",
"图片压缩"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wungjyan/imgtotiny.git"
},
"author": "wungjyan <1170017412@qq.com>",
"license": "MIT",
"files": [
"lib",
"package.json",
"README.md",
"LICENSE"
],
"devDependencies": {
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^11.1.0",
"rollup": "^3.20.2",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
},
"dependencies": {
"pako": "^2.1.0",
"uzip": "^0.20201231.0"
}
}