@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 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
@@ -18,6 +18,11 @@ pnpm add @jiujue/react-canvas-fiber
18
18
 
19
19
  本仓库内通过 pnpm workspace 引用(见 demo)。
20
20
 
21
+ ## 📖 开发与使用指南
22
+
23
+ - [AI 指南](./AI_GUIDE.md) - 供 AI Agent 理解、使用和扩展本项目的全面指南。
24
+ - [使用手册 (Skill)](./SKILL.md) - 供使用者和 AI 快速上手及排查问题的手册。
25
+
21
26
  ## 使用
22
27
 
23
28
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiujue/react-canvas-fiber",
3
- "version": "2.0.8",
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",