Convert SVG icon files to webfonts on Desktop app(Electron), and generate sample HTML/CSS files.
NOTE:
- Format: SVG/TTF/EOT/WOFF/WOFF2
- This app use gulp-iconfont to convert webfonts on background.
How to build by yourself:
$ npm i
# for development
$ gulp build # build for app resources.
$ npm run build # open app
# for use
$ npm run package # build & packaging this app
# for build styleguide for development
$ gulp styleguide && open ./dest/styleguide/index.html
Designers need make SVG files in the following format:
- SVG icon file must be at least 500px or more.
- SVG icon file name format:
- u{unicode}-{icon name}.svg
- example: uF000-home.svg, uF001-arrow.svg