@kayelaa/canvas 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @kayelaa/canvas
2
2
 
3
- **Build fast 2D canvas games with hooks that feel like React but actually run like a real game engine**
3
+ **Standalone 2D game logic & entity library with declarative JSX + hooks (useTick, useRect, useSelf). Zero VDOM. LEA-powered ticker & scenes. Runs safely in Node.js / headless (no renderer needed) for server-side simulation + browser html5 canvas games.**
4
4
 
5
5
  This library gives you:
6
6
  - JSX-like syntax to spawn and organize game objects (players, enemies, bullets, UI, particles)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kayelaa/canvas",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Standalone 2D game logic & entity library with declarative JSX + hooks (useTick, useRect, useSelf). Zero VDOM. LEA-powered ticker & scenes. Runs safely in Node.js / headless (no renderer needed) for server-side simulation + browser html5 canvas games.",
5
5
  "license": "MIT",
6
6
  "author": "Kayelaa Cagara",