@kayelaa/canvas 0.1.12 → 0.1.13

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
@@ -16,7 +16,7 @@ It's a **very thin declarative layer** on top of LEA — all performance-critica
16
16
  Made by **Kayelaa Cagara** (@LianeKayee39 on X / GitHub) in Calamba, Philippines.
17
17
 
18
18
  ## API Reference (worth checking if you want a true API reference for every variables, properties, etc)
19
- [API Reference](./docs/README.md)
19
+ [API Reference](./canvas/docs/README.md)
20
20
 
21
21
  **This Documentation might be INACCURATE! Always visit the .d.ts files to verify.**
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kayelaa/canvas",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Declarative entity composition hooks + canvas utilities for LEA-based 2D games",
5
5
  "license": "MIT",
6
6
  "author": "Kayelaa Cagara",