export const name: "removeXMLNS"; export const description: "removes xmlns attribute (for inline svg)"; /** * Remove the xmlns attribute when present. * * @example * * ↓ * * * @author Ricardo Tomasi * * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;