snippetbashTip
svgcleaner — SVG optimizing utility. More information: <https://github.com/RazrFalcon/svgcleaner>.
Viewed 0 times
commandsvgcleanerclioptimizinginformationsvgmoreutility
Problem
How to use the
svgcleaner command: SVG optimizing utility. More information: <https://github.com/RazrFalcon/svgcleaner>.Solution
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}}Code Snippets
Optimize an SVG
svgcleaner {{input.svg}} {{output.svg}}Optimize an SVG multiple times
svgcleaner --multipass {{input.svg}} {{output.svg}}Context
tldr-pages: common/svgcleaner
Revisions (0)
No revisions yet.