svg2ttf : Converts SVG font to TTF font. You can installing svg2ttf npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install svg2ttf $ sudo npm install -g svg2ttf
If want to update the svg2ttf package execute the command as below,
$ sudo npm update svg2ttf
Update package globally,
$ npm install -g svg2ttf
$ sudo git clone https://github.com/rektide/svg2ttf.git
$ sudo npm install -g ./svg2ttf
svg2ttf@4.1.0 /usr/lib/node_modules/svg2ttf
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall svg2ttf
| Package Name | svg2ttf |
| Version | 4.1.0 |
| Description | Converts SVG font to TTF font |
| Released Date | 2017-06-24T04:52:02.049Z |
| Published by | vitaly |
| How to Learn | https://www.npmjs.com/package/svg2ttf/tutorial |