element-web/svgo.config.mjs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
122 B
JavaScript
Raw Normal View History

export default {
plugins: [
// generates a viewbox if missing
{ name: "removeDimensions" },
],
};