@100mslive/roomkit-web 0.2.25-alpha.1 → 0.2.25-alpha.11
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 +7 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
|
-
#
|
|
1
|
+
# 100ms Web RoomKit
|
|
2
|
+
|
|
3
|
+
[](https://github.com/100mslive/web-sdks/actions/workflows/lint-test-build.yml)
|
|
4
|
+
[](https://bundlephobia.com/result?p=@100mslive/roomkit-web)
|
|
5
|
+
[](https://www.100ms.live/)
|
|
6
|
+

|
|
2
7
|
|
|
3
8
|
A web component implementation of the HMSPrebuilt component from [roomkit-react](https://www.100ms.live/docs/javascript/v2/quickstart/prebuilt-quickstart) library.
|
|
4
9
|
|
|
5
10
|
## Usage
|
|
6
11
|
|
|
7
|
-
```
|
|
12
|
+
```js
|
|
8
13
|
import '@100mslive/roomkit-web'
|
|
9
14
|
|
|
10
15
|
Vue
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@100mslive/roomkit-web",
|
|
3
|
-
"version": "0.2.25-alpha.
|
|
3
|
+
"version": "0.2.25-alpha.11",
|
|
4
4
|
"description": "A web component implementation of 100ms Prebuilt component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"build": "rm -rf dist && node ../../scripts/build-webapp"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@100mslive/roomkit-react": "0.3.25-alpha.
|
|
36
|
+
"@100mslive/roomkit-react": "0.3.25-alpha.11",
|
|
37
37
|
"@r2wc/react-to-web-component": "2.0.2"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "8582301c371682e99e292bfc95494592c353007b"
|
|
40
40
|
}
|