@voxket-ai/voxket-live 1.1.42 → 1.1.44
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/dist/index.cjs +110 -71
- package/dist/index.js +33690 -15652
- package/package.json +3 -11
package/README.md
CHANGED
|
@@ -80,10 +80,15 @@ Full React ecosystem with providers, hooks, and compound components.
|
|
|
80
80
|
```bash
|
|
81
81
|
npm install @voxket-ai/voxket-live
|
|
82
82
|
```
|
|
83
|
+
|
|
84
|
+
or
|
|
85
|
+
|
|
83
86
|
```bash
|
|
84
87
|
yarn add @voxket-ai/voxket-live
|
|
85
88
|
```
|
|
86
89
|
|
|
90
|
+
That's it! All dependencies including LiveKit are bundled automatically. React and React DOM are peer dependencies (your project should already have them).
|
|
91
|
+
|
|
87
92
|
### 🎯 **Option 1: Simple Widget (React)**
|
|
88
93
|
|
|
89
94
|
Perfect for React apps - drop in the widget component:
|