export const name: "removeOffCanvasPaths"; export 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} */ export const fn: import("../lib/types.js").Plugin;