Skip to content

Commit e6ffd97

Browse files
committed
fix link to docs site
1 parent d3f6e17 commit e6ffd97

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Trying to get <a href="https://p5js.org/">p5</a> up and running in [Svelte](http
1717
The API is super simple; you get a <code>P5</code> component which accepts a <code>sketch</code> 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!
1818

1919
<p align="center">
20-
<a href="https://svelte.dev/repl/c5fd1d8347cd4e47afe0e519aedbb3a5?version=3.31.2" target="_blank">πŸ“˜ Docs + Examples</a>
20+
<a href="https://p5-svelte.netlify.app/" target="_blank">πŸ“˜ Docs + Examples</a>
2121
</p>
2222

2323
<p align="center">

β€Žpackage.jsonβ€Ž

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "p5-svelte",
33
"description": "A component for easily using p5 sketches in Svelte. Allows using Svelte's reactivity system in p5.",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"keywords": [
66
"svelte",
77
"svelte-component",
88
"p5",
9+
"p5.js",
910
"processing",
10-
"components"
11+
"components",
12+
"generative-art",
13+
"creative-coding"
1114
],
1215
"repository": {
1316
"type": "git",

0 commit comments

Comments
Β (0)