UNPKG

svgo

Version:

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

10 lines (9 loc) 293 B
export type RemoveDeprecatedAttrsParams = { removeUnsafe?: boolean | undefined; }; /** * @typedef RemoveDeprecatedAttrsParams * @property {boolean=} removeUnsafe */ export declare const name = "removeDeprecatedAttrs"; export declare const description = "removes deprecated attributes";