Skip to content

Instantly share code, notes, and snippets.

@maraisr
Created January 9, 2019 22:32
Show Gist options
  • Save maraisr/84240325b984c5be1ee6c462601c8aac to your computer and use it in GitHub Desktop.
Save maraisr/84240325b984c5be1ee6c462601c8aac to your computer and use it in GitHub Desktop.
SvgO cli tool
npx svgo --multipass \
--disable={removeViewBox} \
--enable={removeTitle,removeMetadata,removeComments,inlineStyles,cleanupAttrs,minifyStyles,convertColors,convertStyleToAttrs,collapseGroups,sortAttrs,removeDimensions} \
-o (pwd)/out \
-f (pwd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment