Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semdy/iconfont-generator
genterate iconfont for web and miniprogram
https://github.com/semdy/iconfont-generator
icon-font svg svg-symbol
Last synced: about 3 hours ago
JSON representation
genterate iconfont for web and miniprogram
- Host: GitHub
- URL: https://github.com/semdy/iconfont-generator
- Owner: semdy
- Created: 2018-08-06T11:18:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T10:07:05.000Z (over 1 year ago)
- Last Synced: 2023-08-28T16:27:28.039Z (over 1 year ago)
- Topics: icon-font, svg, svg-symbol
- Language: CSS
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genterate iconfont for web and miniprogram
add, edit or remove a svg from `assets/icons` directory, the building will auto start and generate font files.
## feature
- auto generate .eot,.svg,.ttf,.woff files
- auto generate .css files include font base64 css file
- auto generate svg symbols into js file
- auto generate icons preview files and start a server for preview## how to use
```bash
$ git colne [email protected]:semdy/iconfont-generator.git
$ cd iconfont-generator
$ npm install
$ npm start or npm run build
```## live demo
- [icon font](https://semdy.github.io/iconfont-generator/dist/preview_fontclass.html)
- [icon symbol](https://semdy.github.io/iconfont-generator/dist/preview_symbol.html)