@jiujue/react-canvas-fiber 2.0.0 → 2.0.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 +2 -0
- package/README.zh.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,8 @@ Once published to npm, you can install it directly:
|
|
|
12
12
|
pnpm add @jiujue/react-canvas-fiber
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
+
#### Note: This is a custom React renderer and must use the same major React version (18.x) as its reconciler. Mixing versions will break at runtime.
|
|
16
|
+
|
|
15
17
|
Inside this monorepo, it is referenced via pnpm workspace (see the demo).
|
|
16
18
|
|
|
17
19
|
## Usage
|
package/README.zh.md
CHANGED