@sage-rsc/talking-head-react 1.1.5 → 1.1.7
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 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +1039 -1253
- package/package.json +1 -1
- package/src/lib/talkinghead.mjs +0 -408
package/README.md
CHANGED
|
@@ -16,13 +16,13 @@ A powerful React component library for creating interactive 3D talking avatars w
|
|
|
16
16
|
|
|
17
17
|
## 📦 Installation
|
|
18
18
|
|
|
19
|
-
```bash
|
|
19
|
+
```bash
|
|
20
20
|
npm install @sage-rsc/talking-head-react
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
### Peer Dependencies
|
|
24
24
|
|
|
25
|
-
```bash
|
|
25
|
+
```bash
|
|
26
26
|
npm install react react-dom three
|
|
27
27
|
```
|
|
28
28
|
|