Skip to content

Instantly share code, notes, and snippets.

@honsa
Created March 23, 2018 13:55
Show Gist options
  • Save honsa/ad04eb768c1da91fb0f0fea3a109302c to your computer and use it in GitHub Desktop.
Save honsa/ad04eb768c1da91fb0f0fea3a109302c to your computer and use it in GitHub Desktop.
SVGO custom config
plugins:
- cleanupIDs: true
- removeStyleElement: true
- removeUselessStrokeAndFill: true
- removeEmptyText: true
- removeEmptyContainers: true
- removeScriptElement: true
- removeUnusedNS: true
- removeEmptyAttrs: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment