An open API service indexing awesome lists of open source software.

https://github.com/miruji/compsvg

Compresses SVG to .zst
https://github.com/miruji/compsvg

optimization rust svg

Last synced: 3 months ago
JSON representation

Compresses SVG to .zst

Awesome Lists containing this project

README

        

# compsvg

For now it just compresses the SVG into a .zst file so that it can be transferred more easily from the server to the client. It is assumed that your SVG file has already been optimized and shortened as much as possible for the look you need.

Can be used `cargo run --release -- .svg`

Or you can `cargo build` and use `compsvg .svg`