svgo
Version:
11 lines (10 loc) • 336 B
TypeScript
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;