0.55.0 • Published 1 year 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 generateto generate icon with new svg. - Open
./dist/index.htmlin 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 fixsvgto 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