UNPKG

svgo

Version:

SVGO is a Node.js library and command-line application for optimizing vector images.

11 lines (10 loc) 467 B
export function fn(root: import("../lib/types.js").XastRoot, params: RemoveDeprecatedAttrsParams, info: import("../lib/types.js").PluginInfo): import("../lib/types.js").Visitor | null | void; /** * @typedef RemoveDeprecatedAttrsParams * @property {boolean=} removeUnsafe */ export const name: "removeDeprecatedAttrs"; export const description: "removes deprecated attributes"; export type RemoveDeprecatedAttrsParams = { removeUnsafe?: boolean | undefined; };