svgo.config.json 179 B

12345678910
  1. {
  2. "plugins": [
  3. "collapseGroups",
  4. "removeDimensions",
  5. { "removeAttrs": { "attrs": "(fill|stroke|fill-rule)" } },
  6. "removeTitle",
  7. "removeComments",
  8. "removeMetadata"
  9. ]
  10. }