| [ Web Proxy ] |
| Viewing: https://svgo.dev/docs/plugins/ | [Back] [Original] |
All optimizations performed by SVGO are through the various plugins that are either built-in, or provided in your SVGO config.
Built-in plugins are focused around either optimizations or compatibility. However, the plugin architecture is very flexible, so plugins can be made to do effectively anything.
Presets are generalized SVGO plugin pipelines, though there is only one built-in to SVGO called preset-default.
The preset-default pipeline can be used by either:
plugins property in the config.preset-default plugin.| Web Proxy Viewer | New URL | Original Page |