UNPKG

svgo

Version:

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

13 lines (12 loc) 324 B
export declare const name = "removeScripts"; export declare const description = "removes scripts"; /** * Remove scripts. * * https://www.w3.org/TR/SVG11/script.html * * @author Patrick Klingemann * @type {import('../lib/types.js').Plugin} * @since 1.0.0 */ export declare const fn: import('../lib/types.js').Plugin;