gulp-fontcustom:一个Gulp插件,使用Fontcustom将SVG文件转换为字体图标

时间:2024-06-03 10:25:03
【文件属性】:

文件名称:gulp-fontcustom:一个Gulp插件,使用Fontcustom将SVG文件转换为字体图标

文件大小:14KB

文件格式:ZIP

更新时间:2024-06-03 10:25:03

HTML

gulp-fontcustom 这是一个插件,需要一堆SVG文件,并使用将它们转换为字体图标文件。 用法 npm install --save gulp-fontcustom var gulp = require ( 'gulp' ) , fontcustom = require ( 'gulp-fontcustom' ) gulp . src ( "./icons" ) . pipe ( fontcustom ( { font_name : 'myfont' , // defaults to 'fontcustom', 'css-selector' : '.prefix-{{glyph}}' } ) ) . pipe ( gulp . dest ( "./results" ) ) 将在results目录中生成以下文件: myfont-preview.html m


【文件预览】:
gulp-fontcustom-master
----index.js(3KB)
----package.json(1KB)
----test()
--------tests.js(1KB)
--------expected()
--------gulpfile.js(390B)
--------generate-fonts.sh(126B)
--------fixtures()
----gulpfile.js(194B)
----.npmignore(38B)
----.gitignore(78B)
----README.md(2KB)

网友评论