UNPKG

svgo

Version:

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

14 lines (13 loc) 453 B
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;