# tinyvg-rs
This is a Rust implementation of the [TinyVG](https://tinyvg.tech) image format.
It provides an executable that renders PNG images from TinyVG input files, and a
library that can render PNG images or any format supported by
`piet::RenderContext`.
# Dependencies
All dependencies but one are managed by cargo. This program/library does depend
on cairo for rendering PNGs. You should be able to install cairo using your OS
package manager.
# Executable
## Installation
```
$ cargo install tinyvg
```
## Usage
```
tinyvg 0.1.0
TinyVG to PNG renderer
USAGE:
tinyvg [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-o