SvgOptimizeConfig constructor
const
SvgOptimizeConfig({})
Implementation
const SvgOptimizeConfig({
this.removeComments = true,
this.removeMetadata = true,
this.removeEditorData = true,
this.removeEmptyAttributes = true,
this.removeDefaultValues = true,
this.removeEmptyContainers = true,
this.removeHiddenElements = true,
this.removeWhitespace = true,
this.shortenNumbers = true,
this.precision = 3,
});