You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you ever figured this out? I'm experiencing the same issue with parcel bundler:
Using the svg.js module is no problem, but once I start drawing paths it won't recognize the .L() function
import SVG from "../vendor/svg";
import svgpath from "../vendor/svg.path";
Tried it like this, but it throws errors:
Drawing with only with svg.js works just fine
The text was updated successfully, but these errors were encountered: