tonyketcham/p5-svelte: Easily add p5 sketches to a Svelte project ? ?

The API is super simple; you get a P5 component which accepts a sketch prop. You can make use of Svelte’s reactivity system to bind props or params within your p5 sketch just as you would with regular Svelte! You can even have multiple p5 components per page without any scoping issues!