UNPKG

svgo

Version:

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

12 lines (11 loc) 356 B
export declare const name = "removeOffCanvasPaths"; export declare const description = "removes elements that are drawn outside of the viewBox"; /** * Remove elements that are drawn outside of the viewBox. * * @author JoshyPHP * * @type {import('../lib/types.js').Plugin} * @since 1.2.0 */ export declare const fn: import('../lib/types.js').Plugin;