https://github.com/penpot/svgo
SVG optimizer
https://github.com/penpot/svgo
Last synced: 6 months ago
JSON representation
SVG optimizer
- Host: GitHub
- URL: https://github.com/penpot/svgo
- Owner: penpot
- License: mit
- Created: 2023-09-14T08:59:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T16:47:43.000Z (10 months ago)
- Last Synced: 2025-04-01T17:49:37.147Z (10 months ago)
- Language: JavaScript
- Size: 997 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).