svg-font-create
v0.0.5
Published
Creates SVG font from separate images
Downloads
211
Readme
SVG font creator
This tool creates SVG font from separate images. Due simplified process, images must be preliminary optimized with SVGO:
- scaled to required height
- all paths joined to single one
- no
fillcommands colors transforms and others filldefined by polyline direction (cw- black,ccw- white)
Installation:
npm install svg-font-createLicense
View the LICENSE file (MIT).
