Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: 'svgPathProperties' is not exported #108

Open
prieston opened this issue May 19, 2020 · 1 comment · May be fixed by #112
Open

Error: 'svgPathProperties' is not exported #108

prieston opened this issue May 19, 2020 · 1 comment · May be fixed by #112

Comments

@prieston
Copy link

prieston commented May 19, 2020

In your code

node_modules/flubber/src/svg.js (2:9)
1: import Path from "svgpath";
2: import { svgPathProperties } from "svg-path-properties";
            ^
3: import normalizeRing from "./normalize.js";
4: import { isFiniteNumber } from "./math.js";

svPathProperties is not an exported name , the correct import is

2: import svgPathProperties from "svg-path-properties";
            ^
3: import normalizeRing from "./normalize.js";
4: import { isFiniteNumber } from "./math.js";```


@andreas-trad
Copy link

Any update on this one?

exodus4d added a commit to exodus4d/flubber that referenced this issue Nov 14, 2021
@exodus4d exodus4d linked a pull request Nov 14, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants