SVG 图片压缩工具插件 —— svgo

https://github.com/svg/svgo

1、安装插件

npm install -g svgo

 2、进入图片目录

svgo *.svg

 

你可能感兴趣的:(NPM)