mirror of https://github.com/CrimsonTome/tldr.git
257 B
257 B
svgcleaner
SVG optimizing utility. More information: https://github.com/RazrFalcon/svgcleaner.
- Optimize an SVG:
svgcleaner {{input.svg}} {{output.svg}}
- Optimize an SVG multiple times:
svgcleaner --multipass {{input.svg}} {{output.svg}}