export const name: "removeViewBox"; export const description: "removes viewBox attribute when possible"; /** * Remove viewBox attr which coincides with a width/height box. * * @see https://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute * * @example * * ⬇ * * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;