改为tinypng压缩
Showing
{ | { | ||
"name": "tiny-image", | "name": "tiny-image", | ||
"version": "1.0.1", | "version": "1.0.2", | ||
"main": "dist/index.js", | "main": "dist/index.js", | ||
"types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
"license": "MIT", | "license": "MIT", | ||
"dependencies": { | "dependencies": { | ||
"form-data": "^3.0.0", | "fs-extra": "^8.1.0" | ||
"fs-extra": "^8.1.0", | |||
"node-fetch": "^2.6.0", | |||
"is-jpg": "^2.0.0", | |||
"is-png": "^2.0.0" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"dev": "tsc -w", | "dev": "tsc -w", | ||
... | ... |
Please register or sign in to comment