Small util for creating HTML preview pages of icon fonts
Find a file
2018-01-19 16:11:46 +01:00
bin Initial commit 2017-11-06 13:48:37 +01:00
lib Added unicode as hex to preview output 2018-01-19 16:10:17 +01:00
.gitignore Initial commit 2017-11-06 13:47:24 +01:00
CHANGELOG.md Added change log 2018-01-19 16:11:29 +01:00
LICENSE Initial commit 2017-11-06 13:47:24 +01:00
package.json Bumped version number 2018-01-19 16:11:46 +01:00
README.md Updated README 2017-11-06 14:01:02 +01:00

iconfontpreview

Small Node.js util for creating HTML preview pages of icon fonts.

Install: npm install -g iconfontpreview

Usage: iconfontpreview --in path/to/icon.ttf will generate preview.html in the directory you are in.

Options: --in path to font file --out path to out folder (default is current folder) --help help