Skip to content

Instantly share code, notes, and snippets.

@GiuMagnani
Created December 24, 2024 12:09
Show Gist options
  • Save GiuMagnani/dd35eea9d4cae3133fa6f18cfa814fd5 to your computer and use it in GitHub Desktop.
Save GiuMagnani/dd35eea9d4cae3133fa6f18cfa814fd5 to your computer and use it in GitHub Desktop.
SVGO config file
module.exports = {
plugins: [
"removeDimensions",
{
name: 'preset-default',
params: {
overrides: {
removeViewBox: false,
// customize default plugin options
inlineStyles: {
onlyMatchedOnce: false,
},
// or disable plugins
removeDoctype: false,
},
},
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment