UNPKG
ttc2ttf
Version:
latest (1.0.96)
1.0.96
1.0.95
1.0.94
1.0.93
1.0.92
1.0.91
1.0.9
1.0.8
1.0.7
1.0.6
Use for split ttc file into ttf files.
github.com/oysterlab/ttc2ttf
oysterlab/ttc2ttf
ttc2ttf
/
README.md
15 lines
(11 loc)
•
198 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# TTC2TTF
Use
for
split
`*.ttc`
file into
`*.ttf`
files.
## Installation
``
` npm i -g ttc2ttf `
``
## Usage
Once installed you could run it doing
``
` ttc2ttf <ttc file path> [output dir path] `
``