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

https://github.com/penpot/svgo

SVG optimizer
https://github.com/penpot/svgo

Last synced: 6 months ago
JSON representation

SVG optimizer

Awesome Lists containing this project

README

          

# SVG Optimizer

Fork of https://github.com/svg/svgo

## Why?

SVG files, especially those exported from various editors, usually
contain a lot of redundant and useless information. This can include
editor metadata, comments, hidden elements, default or non-optimal
values and other stuff that can be safely removed or converted without
affecting the SVG rendering result.

## License

This software is released under the terms of the [MIT license](https://github.com/penpot/svgo/blob/main/LICENSE).