Created
January 9, 2019 22:32
-
-
Save maraisr/84240325b984c5be1ee6c462601c8aac to your computer and use it in GitHub Desktop.
SvgO cli tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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