34 lines
975 B
Markdown
34 lines
975 B
Markdown
# picgo-plugin-squoosh
|
||
|
||
为[PicGo](https://github.com/Molunerfinn/PicGo)开发的插件
|
||
|
||
* 使用[@squoosh/lib](https://github.com/GoogleChromeLabs/squoosh/tree/dev/libsquoosh)压缩图片,所有处理在本地执行,[详见](https://github.com/GoogleChromeLabs/squoosh#privacy)
|
||
* 使用图片md5进行重命名
|
||
|
||

|
||
|
||
## 配置
|
||
|
||
* 初次使用前请进行配置
|
||
|
||

|
||
|
||
* `开`表示压缩相应扩展名的图片,反则反之
|
||
|
||
* `开`表示使用图片md5进行重命名(与压缩相互独立)
|
||
|
||
* 使用squoosh的默认压缩配置,若想定制请修改`index.js`里的`DefaultEncodeOptions`
|
||
|
||
## 安装
|
||
|
||
```bash
|
||
git clone https://gitea.artoio.com/yongjie.xu/picgo-plugin-squoosh.git
|
||
|
||
cd picgo-plugin-squoosh && npm install
|
||
```
|
||
|
||
## PicGo 导入本地插件
|
||
|
||
1. 导入插件
|
||
|
||
2. 重启PicGo |