UNPKG

svgo

Version:

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

14 lines (13 loc) 371 B
export declare const name = "removeRasterImages"; export declare const description = "removes raster images"; /** * Remove raster images references in <image>. * * @see https://bugs.webkit.org/show_bug.cgi?id=63548 * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} * @since 0.2.3 */ export declare const fn: import('../lib/types.js').Plugin;