UNPKG

svgo

Version:

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

15 lines (14 loc) 375 B
export declare const name = "removeXMLProcInst"; export declare const description = "removes XML processing instructions"; /** * Remove XML Processing Instruction. * * @example * <?xml version="1.0" encoding="utf-8"?> * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} * @since 0.0.1 */ export declare const fn: import('../lib/types.js').Plugin;