UNPKG

ttc2ttf

Version:

Use for split ttc file into ttf files.

15 lines (11 loc) 198 B
# 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] ```