neocotic / convert-svg

Node.js packages for converting SVG into other formats using headless Chromium
MIT License
198 stars 45 forks source link

Add CLI & convertFile method to API #2

Closed neocotic closed 7 years ago

neocotic commented 7 years ago

We would like to add a simple CLI that allows one or more SVG files to be converted to PNG files.

Nothing fancy, just enough to support the API from a CLI perspective.

neocotic commented 7 years ago

We will also be adding a convertFile method to the API as part of these changes, which the new CLI will take advantage of.

neocotic commented 7 years ago

This work has been delivered by PR #8.