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
Describe the bug
In doc site examples (see Vectors, etc.) the P5 component import statement is the relative path to where P5.svelte lives inside the repo rather than the user-facing import path of p5-svelte.
Currently
importP5from"$lib/P5.svelte";
Should change to
importP5from"p5-svelte";
The text was updated successfully, but these errors were encountered:
Describe the bug
In doc site examples (see Vectors, etc.) the P5 component import statement is the relative path to where
P5.svelte
lives inside the repo rather than the user-facing import path ofp5-svelte
.Currently
Should change to
The text was updated successfully, but these errors were encountered: