SVG to PNG converter in all kinds of colors
You can install this in 3 ways:
1) cargo install svg2colored-png
(soon!)
2) Download the prebuilt binaries from here
3) Build svg2colored-png
yourself. Instructions here
You will need one thing, rust, of course. To install the compiler and its tools please look at this website, and after you install it come back here.
Clone the repo to your desired folder
```sh
git clone git@github.com:MCorange99/svg2colored-png.git
git clone https://github.com/MCorange99/svg2colored-png.git ```
Make sure you are in the project directory.
sh
cd svg2colored-png
And then build it!
sh
cargo build --release
Your compiled executable should be in [project_folder]/target/release/svg2colored-png
Feel free to make a pull request with any contributions you feel should be here!
This project uses the GPL-3.0 license, view it here