compress-images
compress images, power by node.js. 使用node.js批量压缩图片
Install
npm install
// or
yarn
Usage
- 将你要压缩的图片放入
images
文件夹内 - 命令行运行命令
node main
- 压缩后的图片文件会在
compress
文件夹内,直接复制出来使用即可
注:使用前将images
文件夹和compress
文件夹里的图片删除,再将需要压缩的图片放入images
文件夹内即可,不要删除images
文件夹和compress
文件夹