-
grunt-svg-split可将SVG精灵图分割为多个文件
资源介绍
grunt-svg-split
将SVG精灵分割为档案
安装方式
npm install https://github.com/el-fuego/grunt-svg-split --save-dev
使用范例
grunt . initConfig ( {
'svg-split' : {
sprite : {
src : [
'path/to/sprite.svg'
] ,
dist : 'path/to/folder'
}
}
} ;
src
类型: Array默认值: []
用于分割的文件掩码数组
dest
类型: String默认值: ''
SVG分割目录