UNPKG

svgo

Version:

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

12 lines (11 loc) 367 B
export declare const name = "removeUselessDefs"; export declare const description = "removes elements in <defs> without id"; /** * Removes content of defs and properties that aren't rendered directly without ids. * * @author Lev Solntsev * * @type {import('../lib/types.js').Plugin} * @since 0.5.1 */ export declare const fn: import('../lib/types.js').Plugin;