@kayelaa/canvas 0.1.0 → 0.1.2

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.
package/README.md CHANGED
@@ -19,7 +19,8 @@ Made by **Kayelaa Cagara** (@LianeKayee39 on X / GitHub) in Calamba, Philippines
19
19
 
20
20
  ```ts
21
21
  // main.ts
22
- import {
22
+ import { Kayla } from '@kayelaa/canvas';
23
+ const {
23
24
  createGame,
24
25
  createScene,
25
26
  createRenderer,
@@ -32,7 +33,7 @@ import {
32
33
  Vector2
33
34
  useEffect,
34
35
  useRef,
35
- } from '@kayelaa/canvas';
36
+ } = Kayla;
36
37
 
37
38
  // Define typed props (optional but recommended)
38
39
  interface PlayerProps extends FCProps {