webrtc-test-suite
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "webrtc-test-suite", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:theanam/webrtc-test-suite.git", |
@@ -8,13 +8,16 @@ # webrtc-test-suite | ||
To install the package use this command: | ||
### Module Bundler | ||
```sh | ||
yarn add webrtc-test-suite | ||
``` | ||
Include it in the project and you will get a global object `_RTCTest`. | ||
If you are using a module bundler, you can import it with: | ||
```js | ||
import _test from "webrtc-test-suite"; | ||
import _RTCTest from "webrtc-test-suite"; | ||
``` | ||
### Include JS file | ||
Add this to your HTML file: | ||
```html | ||
<script src="https://unpkg.com/webrtc-test-suite@1.0.1/dist/index.js"></script> | ||
``` | ||
Yoou will get a global object called: `_RTCTest` | ||
@@ -21,0 +24,0 @@ All the check functions return a promise, or optionally you can supply a callback function as well. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75466
36