/conversion-svg

Primary LanguageRustMIT LicenseMIT

ConversionSVG is a frontend wrapper around Inkscape's command line feature. It provides users who want to perform batch conversions of their SVG files into the other file formats Inkscape can export to.

Installation

Dependencies

Building

  1. Install Rust by following the Rust Getting Started Guide. Once this is done, you should have the rustc compiler and the cargo build system installed in your path.
  2. Build with cargo
    cargo build
    
  3. Run the application binary
    cargo run