grunt-svgmin:缩小SVG

时间:2024-04-21 06:42:56
【文件属性】:

文件名称:grunt-svgmin:缩小SVG

文件大小:25KB

文件格式:ZIP

更新时间:2024-04-21 06:42:56

JavaScript

咕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
----gruntfile.js(872B)
----package.json(780B)
----tasks()
--------svgmin.js(1KB)
----readme.md(2KB)
----.github()
--------funding.yml(91B)
--------workflows()
----test()
--------test.js(682B)
--------fixtures()
----license(1KB)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)

网友评论