Crates.io | svgo |
lib.rs | svgo |
version | 0.0.4 |
source | src |
created_at | 2024-07-21 01:47:56.053758 |
updated_at | 2024-10-06 00:12:16.682459 |
description | SVG Optimizer for Rust |
homepage | https://github.com/EstebanBorai/svgo |
repository | https://github.com/EstebanBorai/svgo |
max_upload_size | |
id | 1310034 |
size | 59,114 |
SVG Optimizer for Rust & WebAssembly (WASM)
Have a SVGO Rust implementation to optimize SVG files, which also exposes a WebAssembly (WASM) interface so its functionality can be used in the browser.
The following list provides an overview of the features that are planned to be implemented as well as the ones that are already implemented.
Feel free to open an issue if you want to request a feature or if you want to contribute to the project by implementing any of these features.
viewBox
to width
/height
<desc>
tagsDoctype
<title>
defs
stroke
and fill
viewBox
<style>
elementsThis project is inspired by the SVGO project available for Node.js ecosystem.
This project is licensed under the MIT license.