Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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

## install


```bash
cargo binstall osvg
or
cargo install osvg
```

## usage


```bash

osvg ./input.svg ./output.svg
```