From 494676b78a89d414a18b3016455064a2e8c45008 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 18 Sep 2018 17:26:39 +1000 Subject: [PATCH] steal fizzyText --- client/index.html | 6 +- client/index.js | 7 +- client/package.json | 4 +- client/src/fizzy-noise.js | 181 ++++++++++++++++++++++++++++++ client/src/fizzy-text.js | 229 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 422 insertions(+), 5 deletions(-) create mode 100644 client/src/fizzy-noise.js create mode 100644 client/src/fizzy-text.js diff --git a/client/index.html b/client/index.html index 9ab7209f..5e29732d 100644 --- a/client/index.html +++ b/client/index.html @@ -1,8 +1,7 @@ -
- + @@ -58,6 +57,8 @@ +
+
+