Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 710 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 710 Bytes

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

$ git colne [email protected]:semdy/iconfont-generator.git
$ cd iconfont-generator
$ npm install
$ npm start or npm run build

live demo