three-font-svg-converter
v0.1.0
Published
A tool to convert THREE.js fonts to and from SVG
Downloads
3
Maintainers
Readme
THREE.js <=> SVG Font Converter
A CLI tool to convert THREE.js fonts to and from SVG
Usage
cat /path/to/three.js/font.json | npx three-font-svg-converter --svg
cat /path/to/svg/icon.svg | npx three-font-svg-converter --three
Pedants may read here about this usage of cat