From feae4ce0d3c289eb548486a46a6c932356f17d74 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Tue, 9 Aug 2022 12:43:58 -0500 Subject: [PATCH] added more JSTween stuff --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0df3a1..783220f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ A tween library for Kaboom that allows easy usage of tweens. It also comes with - **Requires** a JavaScript version that supports ES6 functionality - **Recommends** Visual Studio Code - **Recommends** VS Code Intellisense for JSDocs +### `JSTween.js` +- **DO NOT USE** Node.js - this lib depends on `Window.requestAnimationFrame` +- **Requires** a JavaScript version that supports ES6 functionality +- **Recommends** Visual Studio Code +- **Recommends** VS Code Intellisense for JSDocs ### `easingpackage.js` - **Requires** a JavaScript version that supports ES6 functionality - **Can be used with** Kaboom, any version @@ -66,7 +71,7 @@ A tween library for Kaboom that allows easy usage of tweens. It also comes with ## Example `KBTween.js` ```js -import { KBTween } from ".../tween.js"; +import { KBTween } from ".../KBTween.js"; import { easings } from ".../easingpackage.js"; var k = kaboom(); // Make Kaboom global but also a variable