0.55.0 • Published 12 months ago
tuvaicons v0.55.0
tuva-icons
Font Icons of Tuva
To add new icon
- Place a svg file with required name inside
./svgs
. - Run the command
npm run generate
to generate icon with new svg. - Open
./dist/index.html
in a browser to test the generated icon. - To use the generated fonts in other application, copy font and css files from
./dist
.
To fix signle or multiple svg icons (converting stroke to path)
- Place svg files with required name inside
./tobefixed_svgs
. - Run the command
npm run fixsvg
to generate icon with new fixed svg. - Check svg in broswer first then replace in svgs folder.
Genrate font
npm run generate
To publish
npm run publish