ahmadfiroz / sketch-webfont

A nodejs based script to create web icon fonts from sketch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sketch-webfont

A npm based script to create web icon fonts from sketch

Requirements

Usage

  • npm install - dependency resolving. Must do for first time.
  • npm run build - export icons from icons.sketch and create an iconfont with demo html.
  • npm run export - export icons to assets/icons/ only
  • npm run create - takes the svgs from assets/icons/*.svg and create iconfont with demo in dist directory (Will create if not available)

License

MIT

About

A nodejs based script to create web icon fonts from sketch

License:MIT License