svgo
Version:
11 lines (10 loc) • 325 B
TypeScript
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;