1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 06:35:23 +02:00

svgcleaner: add page

See #2182
This commit is contained in:
L Day 2018-08-26 20:10:47 +00:00 committed by Agniva De Sarker
parent ce97ed1f7c
commit 66d069a09f

View file

@ -0,0 +1,11 @@
# svgcleaner
> SVG image optimizing utility.
- Optimize an SVG image:
`svgcleaner {{input.svg}} {{output.svg}}`
- Optimize an SVG image multiple times:
`svgcleaner --multipass {{input.svg}} {{output.svg}}`