@nethesis/phone-island 0.8.0 → 0.8.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 +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
A fully standalone component for managing calls, video calls, screen sharing and more...
|
|
4
4
|
|
|
5
|
+
## Builds
|
|
6
|
+
|
|
7
|
+
Available as component on `npm`
|
|
8
|
+
|
|
9
|
+
[](https://www.npmjs.com/package/@nethesis/phone-island)
|
|
10
|
+
|
|
11
|
+
Available as widget on `jsDelivr`
|
|
12
|
+
|
|
13
|
+
[](https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.js)
|
|
14
|
+
[](https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.css)
|
|
15
|
+
|
|
5
16
|
## Screenshots
|
|
6
17
|
|
|
7
18
|
### Dark Theme
|
|
@@ -53,17 +64,6 @@ flowchart LR
|
|
|
53
64
|
Chat --> CG{{Group Chat}} --- 7CComp>Chat Component]
|
|
54
65
|
```
|
|
55
66
|
|
|
56
|
-
## Builds
|
|
57
|
-
|
|
58
|
-
Available as component on `npm`
|
|
59
|
-
|
|
60
|
-
[](https://www.npmjs.com/package/@nethesis/phone-island)
|
|
61
|
-
|
|
62
|
-
Available as widget on `jsDelivr`
|
|
63
|
-
|
|
64
|
-
[](https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.js)
|
|
65
|
-
[](https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.css)
|
|
66
|
-
|
|
67
67
|
## Scaffolding
|
|
68
68
|
|
|
69
69
|
- **widget-build** - contains the build of the widget version
|