https://github.com/wangding/pic2webp
pic2webp
https://github.com/wangding/pic2webp
Last synced: 4 months ago
JSON representation
pic2webp
- Host: GitHub
- URL: https://github.com/wangding/pic2webp
- Owner: wangding
- License: mit
- Created: 2020-11-01T13:00:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T07:58:40.000Z (over 5 years ago)
- Last Synced: 2025-09-09T15:12:05.303Z (9 months ago)
- Language: JavaScript
- Size: 3.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pic2webp
pic2webp 把 png、jpg 和 gif 图片转成 webp 格式,实现图片的压缩。
## 安装
- 安装全局依赖:`sudo npm i -g --unsafe-perm=true --allow-root --registry=https://registry.npm.taobao.org cwebp-bin gif2webp-bin`
- 全局安装:`sudo npm i -g pic2webp`
## 使用
- 把 src 目录下的图片压缩存放到 dst 目录下:`pic2webp src dst`
- src 默认为 images
- dst 默认为 dist
- 默认路径可以不写
- 命令执行后,打印报表,报表中压缩后尺寸变大的图片,不要使用