Skip to content

Instantly share code, notes, and snippets.

@tylertadej
Last active February 27, 2017 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylertadej/7c6f40d20de2d8b4dd0c026d36948ffd to your computer and use it in GitHub Desktop.
Save tylertadej/7c6f40d20de2d8b4dd0c026d36948ffd to your computer and use it in GitHub Desktop.
SVGO commands

Show SVGO plugins

$ svgo --show-plugins

Run on entire folder and enable removeTitle plugin

$ svgo -f /Users/ttadej/community/lithium-plugin/src/svgs/collections --enable=removeTitle

Run on specific file and enable removeStyleElement plugin

$ svgo agile.svg --enable=removeStyleElement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment