UNPKG

svgo

Version:

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

11 lines (10 loc) 325 B
export const name: "removeUselessDefs"; export 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} */ export const fn: import("../lib/types.js").Plugin;