grunt svgmin:缩小SVG 源码
咕unt声 使用SVG 输出的问题应在SVGO上报告。 安装 $ npm install --save-dev grunt-svgmin 用法 require ( 'load-grunt-tasks' ) ( grunt ) ; grunt . initConfig ( { svgmin : { options : { plugins : [ { removeViewBox : false } , { removeUselessStrokeAndFill : false } , { removeAttrs : { attrs : [ 'xmlns' ] } } ] } , dist : { files : { 'dist/u
文件列表
grunt-svgmin-main.zip
(预估有个14文件)
grunt-svgmin-main
gruntfile.js
872B
package.json
780B
tasks
svgmin.js
1KB
readme.md
2KB
.github
funding.yml
91B
workflows
main.yml
450B
暂无评论