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
- Host: GitHub
- URL: https://github.com/miruji/compsvg
- Owner: miruji
- License: other
- Created: 2024-12-20T12:28:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T20:27:51.000Z (6 months ago)
- Last Synced: 2025-01-10T10:35:08.878Z (5 months ago)
- Topics: optimization, rust, svg
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`