From f62f84ed10e896389c4b5052a25739959764a9f9 Mon Sep 17 00:00:00 2001
From: Tony
Date: Sat, 16 Jan 2021 21:05:18 -0600
Subject: [PATCH 1/2] Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 184fac8..b260548 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@
Trying to get p5 up and running in [Svelte](https://svelte.dev/) can be a pain. So here's an absolutely dead simple way of tossing it into your 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!
+
+🌱 Simple Demo
From 45916129824f014b3bd7c34220a67ba9dd99734a Mon Sep 17 00:00:00 2001
From: Tony
Date: Sat, 16 Jan 2021 21:18:09 -0600
Subject: [PATCH 2/2] Update package.json
---
package.json | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 8afb280..706e84a 100644
--- a/package.json
+++ b/package.json
@@ -17,19 +17,23 @@
"svelte": "^3.0.0"
},
"keywords": [
- "svelte"
+ "svelte",
+ "svelte-component",
+ "p5",
+ "processing",
+ "components"
],
"files": [
"src",
"dist"
],
- "description": "A p5 component to seamlessly toss into existing Svelte projects",
+ "description": "A component for easily using p5 sketches in Svelte. Allows passing Svelte props into a p5 sketch.",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/tonyketcham/p5-svelte.git"
},
- "author": "Tony Ketcham",
+ "author": "Tony Ketcham ",
"license": "MIT",
"bugs": {
"url": "https://github.com/tonyketcham/p5-svelte/issues"