svgo
Version:
14 lines (13 loc) • 371 B
TypeScript
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;