We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
The text was updated successfully, but these errors were encountered:
We will also be adding a convertFile method to the API as part of these changes, which the new CLI will take advantage of.
convertFile
Sorry, something went wrong.
#2 added CLI to convert SVG input/files to PNG output/files and added…
07c2e8c
… convertFile method to API
#2 fixed test broken after refactoring of convert method
98989bd
#2 added unit tests for new convertFile method
90cfddd
This work has been delivered by PR #8.
neocotic
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: