mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
275 B
275 B
svgcleaner
SVG image optimizing utility. More information: https://github.com/RazrFalcon/svgcleaner.
- Optimize an SVG image:
svgcleaner {{input.svg}} {{output.svg}}
- Optimize an SVG image multiple times:
svgcleaner --multipass {{input.svg}} {{output.svg}}