export const name: "removeDimensions";
export const description: "removes width and height in presence of viewBox (opposite to removeViewBox)";
/**
* Remove width/height attributes and add the viewBox attribute if it's missing
*
* @example
*
* ↓
*
*
* @author Benny Schudel
*
* @type {import('../lib/types.js').Plugin}
*/
export const fn: import("../lib/types.js").Plugin;