UNPKG

svgo

Version:

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

11 lines (10 loc) 336 B
export const name: "removeOffCanvasPaths"; export const description: "removes elements that are drawn outside of the viewBox (disabled by default)"; /** * Remove elements that are drawn outside of the viewBox. * * @author JoshyPHP * * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;