You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
653 B

{
"dependencies": {
"svgtofont": "^3.18.0"
},
"scripts": {
"generate": "svgtofont --sources ./svg --output ./dist --fontName zabbix-icons",
"cleanup": "rm ./dist/symbol.html ./dist/unicode.html ./dist/*.symbol.svg ./dist/*.eot ./dist/*.scss"
},
"svgtofont": {
"emptyDist": true,
"outSVGPath": false,
"outSVGReact": false,
"classNamePrefix": "zi",
"styleTemplates": "./templates/styles/",
"css": {
"fontSize": "18px"
},
"svgicons2svgfont": {
"fontHeight": 600,
"descent": 150,
"normalize": true
},
"website": {
"template": "./templates/template.ejs"
}
}
}