0.0.5 • Published 1 year ago

snow-tiny v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

snow-tiny 是一个专为前端同学开发的基于 tiny 的简单、轻量级的图片压缩工具。

只需三步,就可实现图片自动化压缩,极大提高效率和压缩体验!

image-20221127111339637

开发文档: 传送门

GitHub: 传送门

issues 是第一生产力!😄

知识星球:传送门

大兄弟们聚过来,这件事很重要 🎉🎉🎉

(如果觉得不错 👍,给个 star ⭐ 吧,你的认可是我最大的动力 !)

使用:

  1. 安装
yarn add snow-tiny
  1. 配置

项目根目录下新建 snowtiny.json 并做如下配置:

具体配置信息见:传送门

{
	"entry": "./images",
	"output": "./temp",
	"diffCompress": true,
	"tile": true,
	"saveOther": true
}

package.json 中增加如下脚本:

"scripts": {
  "compress": "npx snow"
}
  1. 运行
npm run compress