UNPKG

p5-manager

Version:

A p5js template builder and sketch manager. Built for p5js enthusiasts.

8 lines (5 loc) 104 B
import App from './App.svelte'; const app = new App({ target: document.body, }); export default app;