UNPKG

p5.js-svg

Version:

The main goal of p5.SVG is to provide a SVG runtime for p5.js, so that we can draw using p5's powerful API in \<svg\>, save things to svg file and manipulating existing SVG file without rasterization.

20 lines (19 loc) 378 B
{ "name": "p5-svelte", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^2.0.4", "p5": "^1.6.0", "p5-svelte": "^3.1.2", "p5.js-svg": "^1.6.0", "svelte": "^5.19.7", "vite": "^4.5.12" } }