A wrapper library using [rquickjs](https://github.com/DelSkayn/rquickjs) and [svgo](https://github.com/svg/svgo) to compress svg in environments that do not support node and deno
```bash
cargo binstall osvg
or
cargo install osvg
```
```bash
osvg ./input.svg ./output.svg
```