https://github.com/grimen/fonteditor-ttf2svg-cli
CLI for converting `TTF` fonts to `SVG` fonts - using `fonteditor` core library.
https://github.com/grimen/fonteditor-ttf2svg-cli
Last synced: 3 months ago
JSON representation
CLI for converting `TTF` fonts to `SVG` fonts - using `fonteditor` core library.
- Host: GitHub
- URL: https://github.com/grimen/fonteditor-ttf2svg-cli
- Owner: grimen
- License: mit
- Created: 2016-01-05T09:59:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T10:59:25.000Z (over 9 years ago)
- Last Synced: 2025-02-19T09:41:25.959Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FONTEDITOR-TTF2SVG-CLI
CLI for converting [`TTF`](https://en.wikipedia.org/wiki/TrueType) fonts to [`SVG`](http://www.w3.org/TR/SVG/fonts.html) fonts - using [`fonteditor`](https://github.com/kekee000/fonteditor-core) core library.
## Install
```sh
$ npm install -g fonteditor-ttf2svg-cli
```## Use
```sh
$ fonteditor-ttf2svg SomeFont.ttf
```## Test
N/A
## License
Released under the MIT license.
Copyright (c) [Jonas Grimfelt](http://github.com/grimen)