An open API service indexing awesome lists of open source software.

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.

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)