svgo
Version:
12 lines (11 loc) • 304 B
TypeScript
export const name: "removeScripts";
export const description: "removes scripts (disabled by default)";
/**
* Remove scripts.
*
* https://www.w3.org/TR/SVG11/script.html
*
* @author Patrick Klingemann
* @type {import('../lib/types.js').Plugin}
*/
export const fn: import("../lib/types.js").Plugin;