UNPKG

svgo

Version:

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

13 lines (12 loc) 384 B
export declare const name = "removeUnusedNS"; export declare const description = "removes unused namespaces declaration"; /** * Remove unused namespaces declaration from svg element * which are not used in elements or attributes * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} * @since 0.0.8 */ export declare const fn: import('../lib/types.js').Plugin;