8
0

svgo.config.json 237 B

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