Skip to content

Instantly share code, notes, and snippets.

@bomberstudios
Created April 16, 2015 14:07
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bomberstudios/415e865fa212e260a26a to your computer and use it in GitHub Desktop.
Save bomberstudios/415e865fa212e260a26a to your computer and use it in GitHub Desktop.
SVGo options to clean up Sketch's SVG files without destroying them
svgo --pretty --enable=removeTitle --enable=removeDesc --enable=removeDoctype --enable=removeEmptyAttrs --enable=removeUnknownsAndDefaults --enable=removeUnusedNS --enable=removeEditorsNSData -f folder_with_svg_files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment