@jiujue/react-canvas-fiber 2.0.8 → 2.1.1
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 +5 -0
- package/README.zh.md +5 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -18,6 +18,11 @@ pnpm add @jiujue/react-canvas-fiber
|
|
|
18
18
|
|
|
19
19
|
Inside this monorepo, it is referenced via pnpm workspace (see the demo).
|
|
20
20
|
|
|
21
|
+
## 📖 Development & AI Guides
|
|
22
|
+
|
|
23
|
+
- [AI Guide](./AI_GUIDE.md) - A comprehensive guide for AI agents to understand, use, and extend this project.
|
|
24
|
+
- [Skill Manual](./SKILL.md) - A manual for users and AI to quickly master the usage and troubleshooting of this renderer.
|
|
25
|
+
|
|
21
26
|
## Usage
|
|
22
27
|
|
|
23
28
|
```tsx
|
package/README.zh.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jiujue/react-canvas-fiber",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"url": "https://github.com/jiujue/react-canvas-fiber",
|
|
31
31
|
"directory": "packages/react-canvas-fiber"
|
|
32
32
|
},
|
|
33
|
+
"homepage": "https://jiujue.github.io/react-canvas-fiber/",
|
|
33
34
|
"main": "./dist/index.cjs",
|
|
34
35
|
"module": "./dist/index.js",
|
|
35
36
|
"types": "./dist/index.d.ts",
|