svgosu
v1.0.1
Published
a Node.js library and command-line application to convert SVG paths to .osu objects.
Downloads
6
Readme
svgosu
svgosu is a Node.js library and command-line application for converting SVG files to .osu objects.
Installation
npm install -g svgo
Command line usage
Process a svg path
svgosu path "M43 110C100 69 167 167 226 116C318 183 372 75 350 43"
Help for advanced usage
svgosu --help
or
svgosu -h