UNPKG

svgo

Version:

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

11 lines (10 loc) 266 B
export const name: "removeEmptyAttrs"; export const description: "removes empty attributes"; /** * Remove attributes with empty values. * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;