UNPKG

svgo

Version:

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

13 lines (12 loc) 375 B
export declare const name = "reusePaths"; export declare const description: string; /** * Finds <path> elements with the same d, fill, and stroke, and converts them to * <use> elements referencing a single <path> def. * * @author Jacob Howcroft * * @type {import('../lib/types.js').Plugin} * @since 1.2.0 */ export declare const fn: import('../lib/types.js').Plugin;