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;
