From 552c55b66caa56d3b45a768d8d6cacf87ac00722 Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 16 Jan 2021 14:49:59 -0600 Subject: [PATCH] Make the README look so cute --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5813c56..9e25b02 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ ![CodeQL](/~https://github.com/tonyketcham/p5-svelte/workflows/CodeQL/badge.svg)

🧙‍♂️ p5-Svelte 🕸

-

- 10print made using p5-svelte -

+
+

+ 10print made using p5-svelte + -Trying to get [p5](https://p5js.org/) 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. +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 even have multiple p5 components per page without any scoping issues! +

+
-The API is super simple; you get a `` component which accepts a `sketch` prop. You can even have multiple p5 components per page without any scoping issues! ## Usage Install: