svgo
Version:
14 lines (13 loc) • 453 B
TypeScript
export declare const name = "sortDefsChildren";
export declare const description = "Sorts children of <defs> to improve compression";
/**
* Sorts children of defs in order to improve compression. Sorted first by
* frequency then by element name length then by element name (to ensure
* grouping).
*
* @author David Leston
*
* @type {import('../lib/types.js').Plugin}
* @since 1.3.0
*/
export declare const fn: import('../lib/types.js').Plugin;