Skip to main content
Module

x/lume/deps/svgo.js

πŸ”₯ Static site generator for Deno πŸ¦•
Very Popular
Go to Latest
File
export { default as SVGO } from "https://jspm.dev/svgo";export { default as cleanupAttrs } from "https://jspm.dev/svgo/plugins/cleanupAttrs.js";export { default as inlineStyles } from "https://jspm.dev/svgo/plugins/inlineStyles.js";export { default as removeDoctype } from "https://jspm.dev/svgo/plugins/removeDoctype.js";export { default as removeXMLProcInst } from "https://jspm.dev/svgo/plugins/removeXMLProcInst.js";export { default as removeComments } from "https://jspm.dev/svgo/plugins/removeComments.js";export { default as removeMetadata } from "https://jspm.dev/svgo/plugins/removeMetadata.js";export { default as removeTitle } from "https://jspm.dev/svgo/plugins/removeTitle.js";export { default as removeDesc } from "https://jspm.dev/svgo/plugins/removeDesc.js";export { default as removeUselessDefs } from "https://jspm.dev/svgo/plugins/removeUselessDefs.js";export { default as removeEditorsNSData } from "https://jspm.dev/svgo/plugins/removeEditorsNSData.js";export { default as removeEmptyAttrs } from "https://jspm.dev/svgo/plugins/removeEmptyAttrs.js";export { default as removeHiddenElems } from "https://jspm.dev/svgo/plugins/removeHiddenElems.js";export { default as removeEmptyText } from "https://jspm.dev/svgo/plugins/removeEmptyText.js";export { default as removeEmptyContainers } from "https://jspm.dev/svgo/plugins/removeEmptyContainers.js";export { default as removeViewBox } from "https://jspm.dev/svgo/plugins/removeViewBox.js";export { default as cleanupEnableBackground } from "https://jspm.dev/svgo/plugins/cleanupEnableBackground.js";export { default as minifyStyles } from "https://jspm.dev/svgo/plugins/minifyStyles.js";export { default as convertStyleToAttrs } from "https://jspm.dev/svgo/plugins/convertStyleToAttrs.js";export { default as convertColors } from "https://jspm.dev/svgo/plugins/convertColors.js";export { default as convertPathData } from "https://jspm.dev/svgo/plugins/convertPathData.js";export { default as convertTransform } from "https://jspm.dev/svgo/plugins/convertTransform.js";export { default as removeUnknownsAndDefaults } from "https://jspm.dev/svgo/plugins/removeUnknownsAndDefaults.js";export { default as removeNonInheritableGroupAttrs } from "https://jspm.dev/svgo/plugins/removeNonInheritableGroupAttrs.js";export { default as removeUselessStrokeAndFill } from "https://jspm.dev/svgo/plugins/removeUselessStrokeAndFill.js";export { default as removeUnusedNS } from "https://jspm.dev/svgo/plugins/removeUnusedNS.js";export { default as cleanupIDs } from "https://jspm.dev/svgo/plugins/cleanupIDs.js";export { default as cleanupNumericValues } from "https://jspm.dev/svgo/plugins/cleanupNumericValues.js";export { default as moveElemsAttrsToGroup } from "https://jspm.dev/svgo/plugins/moveElemsAttrsToGroup.js";export { default as moveGroupAttrsToElems } from "https://jspm.dev/svgo/plugins/moveGroupAttrsToElems.js";export { default as collapseGroups } from "https://jspm.dev/svgo/plugins/collapseGroups.js";export { default as mergePaths } from "https://jspm.dev/svgo/plugins/mergePaths.js";export { default as convertShapeToPath } from "https://jspm.dev/svgo/plugins/convertShapeToPath.js";export { default as convertEllipseToCircle } from "https://jspm.dev/svgo/plugins/convertEllipseToCircle.js";export { default as sortAttrs } from "https://jspm.dev/svgo/plugins/sortAttrs.js";export { default as sortDefsChildren } from "https://jspm.dev/svgo/plugins/sortDefsChildren.js";