webpeerjs 0.1.0 → 0.1.1
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/dist/esm/webpeerjs.js +79 -1999
- package/dist/umd/webpeerjs.js +47 -50793
- package/package.json +4 -3
- package/src/config.js +1 -0
- package/src/webpeerjs.js +14 -8
- package/dist/esm/webpeerjs.d.ts +0 -17
package/README.md
CHANGED
|
@@ -12,9 +12,14 @@ Build completely P2P web applications, no trackers or relay servers required. [W
|
|
|
12
12
|
* ✅ Works in Browsers
|
|
13
13
|
* ✅ Broadcast Message
|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## Quickstart
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Try now in [Playground](https://jsbin.com/suwesaliro/1/edit?html,output) :
|
|
18
|
+
```
|
|
19
|
+
https://jsbin.com/suwesaliro/1/edit?html,output
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
NPM install:
|
|
18
23
|
|
|
19
24
|
```
|
|
20
25
|
npm i webpeerjs
|