plugins

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 54 Imported by: 0

Documentation

Overview

Package plugins imports all plugin sub-packages to trigger their init() registrations. Import this package to make all builtin plugins available.

Directories

Path Synopsis
Package addattributestosvgelement implements the addAttributesToSVGElement SVGO plugin.
Package addattributestosvgelement implements the addAttributesToSVGElement SVGO plugin.
Package addclassestosvgelement implements the addClassesToSVGElement SVGO plugin.
Package addclassestosvgelement implements the addClassesToSVGElement SVGO plugin.
Package cleanupattrs implements the cleanupAttrs SVGO plugin.
Package cleanupattrs implements the cleanupAttrs SVGO plugin.
Package cleanupenablebackground implements the cleanupEnableBackground SVGO plugin.
Package cleanupenablebackground implements the cleanupEnableBackground SVGO plugin.
Package cleanupids implements the cleanupIds SVGO plugin.
Package cleanupids implements the cleanupIds SVGO plugin.
Package cleanuplistofvalues implements the cleanupListOfValues SVGO plugin.
Package cleanuplistofvalues implements the cleanupListOfValues SVGO plugin.
Package cleanupnumericvalues implements the cleanupNumericValues SVGO plugin.
Package cleanupnumericvalues implements the cleanupNumericValues SVGO plugin.
Package collapsegroups implements the collapseGroups SVGO plugin.
Package collapsegroups implements the collapseGroups SVGO plugin.
Package convertcolors implements the convertColors SVGO plugin.
Package convertcolors implements the convertColors SVGO plugin.
Package convertellipsetocircle implements the convertEllipseToCircle SVGO plugin.
Package convertellipsetocircle implements the convertEllipseToCircle SVGO plugin.
Package convertonestopgradients implements the convertOneStopGradients SVGO plugin.
Package convertonestopgradients implements the convertOneStopGradients SVGO plugin.
Package convertpathdata implements the convertPathData SVGO plugin.
Package convertpathdata implements the convertPathData SVGO plugin.
Package convertshapetopath implements the convertShapeToPath SVGO plugin.
Package convertshapetopath implements the convertShapeToPath SVGO plugin.
Package convertstylettoattrs converts style attribute declarations to SVG presentation attributes.
Package convertstylettoattrs converts style attribute declarations to SVG presentation attributes.
Package converttransform implements the convertTransform SVGO plugin.
Package converttransform implements the convertTransform SVGO plugin.
Package inlinestyles inlines CSS rules from <style> elements into inline style attributes, ported from SVGO's inlineStyles.js.
Package inlinestyles inlines CSS rules from <style> elements into inline style attributes, ported from SVGO's inlineStyles.js.
Package mergepaths implements the mergePaths SVGO plugin.
Package mergepaths implements the mergePaths SVGO plugin.
Package mergestyles merges multiple <style> elements into one.
Package mergestyles merges multiple <style> elements into one.
Package minifystyles minifies <style> elements and style attributes using CSS minification.
Package minifystyles minifies <style> elements and style attributes using CSS minification.
Package moveelemsattrstogroup implements the moveElemsAttrsToGroup SVGO plugin.
Package moveelemsattrstogroup implements the moveElemsAttrsToGroup SVGO plugin.
Package movegroupattrstoelems implements the moveGroupAttrsToElems SVGO plugin.
Package movegroupattrstoelems implements the moveGroupAttrsToElems SVGO plugin.
Package prefixids implements the prefixIds SVGO plugin.
Package prefixids implements the prefixIds SVGO plugin.
Package removeattrs implements the removeAttrs SVGO plugin.
Package removeattrs implements the removeAttrs SVGO plugin.
Package removeattrsbyselector removes attributes from elements matching CSS selectors.
Package removeattrsbyselector removes attributes from elements matching CSS selectors.
Package removecomments implements the removeComments SVGO plugin.
Package removecomments implements the removeComments SVGO plugin.
Package removedeprecatedattrs implements the removeDeprecatedAttrs SVGO plugin.
Package removedeprecatedattrs implements the removeDeprecatedAttrs SVGO plugin.
Package removedesc implements the removeDesc SVGO plugin.
Package removedesc implements the removeDesc SVGO plugin.
Package removedimensions implements the removeDimensions SVGO plugin.
Package removedimensions implements the removeDimensions SVGO plugin.
Package removedoctype implements the removeDoctype SVGO plugin.
Package removedoctype implements the removeDoctype SVGO plugin.
Package removeeditorsnsdata implements the removeEditorsNSData SVGO plugin.
Package removeeditorsnsdata implements the removeEditorsNSData SVGO plugin.
Package removeelementsbyattr implements the removeElementsByAttr SVGO plugin.
Package removeelementsbyattr implements the removeElementsByAttr SVGO plugin.
Package removeemptyattrs implements the removeEmptyAttrs SVGO plugin.
Package removeemptyattrs implements the removeEmptyAttrs SVGO plugin.
Package removeemptycontainers implements the removeEmptyContainers SVGO plugin.
Package removeemptycontainers implements the removeEmptyContainers SVGO plugin.
Package removeemptytext implements the removeEmptyText SVGO plugin.
Package removeemptytext implements the removeEmptyText SVGO plugin.
Package removehiddenelems implements the removeHiddenElems SVGO plugin.
Package removehiddenelems implements the removeHiddenElems SVGO plugin.
Package removemetadata implements the removeMetadata SVGO plugin.
Package removemetadata implements the removeMetadata SVGO plugin.
Package removenoninheritablegroupattrs implements the removeNonInheritableGroupAttrs SVGO plugin.
Package removenoninheritablegroupattrs implements the removeNonInheritableGroupAttrs SVGO plugin.
Package removeoffcanvaspaths implements the removeOffCanvasPaths SVGO plugin.
Package removeoffcanvaspaths implements the removeOffCanvasPaths SVGO plugin.
Package removerasterimages implements the removeRasterImages SVGO plugin.
Package removerasterimages implements the removeRasterImages SVGO plugin.
Package removescripts implements the removeScripts SVGO plugin.
Package removescripts implements the removeScripts SVGO plugin.
Package removestyleelement implements the removeStyleElement SVGO plugin.
Package removestyleelement implements the removeStyleElement SVGO plugin.
Package removetitle implements the removeTitle SVGO plugin.
Package removetitle implements the removeTitle SVGO plugin.
Package removeunknownsanddefaults implements the removeUnknownsAndDefaults SVGO plugin.
Package removeunknownsanddefaults implements the removeUnknownsAndDefaults SVGO plugin.
Package removeunusedns implements the removeUnusedNS SVGO plugin.
Package removeunusedns implements the removeUnusedNS SVGO plugin.
Package removeuselessdefs implements the removeUselessDefs SVGO plugin.
Package removeuselessdefs implements the removeUselessDefs SVGO plugin.
Package removeuselessstrokeandfill implements the removeUselessStrokeAndFill SVGO plugin.
Package removeuselessstrokeandfill implements the removeUselessStrokeAndFill SVGO plugin.
Package removeviewbox implements the removeViewBox SVGO plugin.
Package removeviewbox implements the removeViewBox SVGO plugin.
Package removexlink implements the removeXlink SVGO plugin.
Package removexlink implements the removeXlink SVGO plugin.
Package removexmlns implements the removeXMLNS SVGO plugin.
Package removexmlns implements the removeXMLNS SVGO plugin.
Package removexmlprocinst implements the removeXMLProcInst SVGO plugin.
Package removexmlprocinst implements the removeXMLProcInst SVGO plugin.
Package reusepaths implements the reusePaths SVGO plugin.
Package reusepaths implements the reusePaths SVGO plugin.
Package sortattrs implements the sortAttrs SVGO plugin.
Package sortattrs implements the sortAttrs SVGO plugin.
Package sortdefschildren implements the sortDefsChildren SVGO plugin.
Package sortdefschildren implements the sortDefsChildren SVGO plugin.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL