UNPKG

svgo

Version:

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

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