Closed ahaoboy closed 2 months ago
https://github.com/svg/svgo
It seems that rust currently has no similar tools? resvg is the most comprehensive library currently. It would be very useful if a tool similar to svgo could be implemented based on resvg's AST.
resvg/usvg cannot be used for SVG minification. It should be a separate implementation. Like svgcleaner once was.
resvg
usvg
https://github.com/svg/svgo
It seems that rust currently has no similar tools? resvg is the most comprehensive library currently. It would be very useful if a tool similar to svgo could be implemented based on resvg's AST.