DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.74k stars 1.43k forks source link

SVG Minimizer #149

Open Matti-Koopa opened 2 years ago

Matti-Koopa commented 2 years ago

Is your feature request related to a problem? Please describe. SVGs often come bloated (comments, formatting, useless styles) and unoptimized for web.

Describe the solution you'd like SVG minimizer/optimizer

Describe alternatives you've considered There are many online solutions. There is also a command-line tool SVGO with many option flags: https://github.com/svg/svgo

Additional context

veler commented 2 years ago

Hello,

Thanks for this suggestion.

Everyone: please upvote this comment to let us know how priority this tool is.

jerone commented 11 months ago

SVGO is a Node.js tool. But someone converted it to an executable: https://github.com/Antonytm/svgo-executable It does however need an update to build with the latest version.