v2.0.0
- No more default export. Now you have to import
svgPathBbox
function directly. Useimport { svgPathBbox } from "svg-path-bbox";
instead ofimport svgPathBbox from "svg-path-bbox";
.
svgPathBbox
function directly. Use import { svgPathBbox } from "svg-path-bbox";
instead of import svgPathBbox from "svg-path-bbox";
.