UNPKG

svgo

Version:

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

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