@webrtc-remote-control/core
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@webrtc-remote-control/core", | ||
"amdName": "webrtcRemoteControl", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"repository": { | ||
@@ -9,3 +9,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/topheman/webrtc-remote-control", | ||
"homepage": "http://webrtc-remote-control.vercel.app/", | ||
"bugs": "https://github.com/topheman/webrtc-remote-control/issues", | ||
@@ -68,3 +68,3 @@ "description": "Thin abstraction layer above peerjs that will let you be more productive at making WebRTC data channels based apps.", | ||
}, | ||
"gitHead": "b8a0dada169fa2185cfcf682f3cfcf8004a052c6" | ||
"gitHead": "0f5db41c8333255627099e2ceecd9210de60b6ff" | ||
} |
# @webrtc-remote-control/core | ||
[![npm](https://img.shields.io/npm/v/@webrtc-remote-control/core?color=blue)](https://www.npmjs.com/package/@webrtc-remote-control/core) | ||
[![ci](https://github.com/topheman/webrtc-remote-control/actions/workflows/ci.yml/badge.svg)](https://github.com/topheman/webrtc-remote-control/actions/workflows/ci.yml) | ||
[![Demo](https://img.shields.io/badge/demo-online-blue.svg)](http://webrtc-remote-control.vercel.app/) | ||
Imagine you could simply control a web page opened in a browser (master) from an other page in an other browser (remote), just like you would with a TV and a remote. | ||
@@ -92,5 +96,5 @@ | ||
Don't want to use a bundler ? You can simply use the UMD (Universal Module Definition) build and drop it with a script tag, you'll have access to a `webrtcRemoteControl` object on the `window`. | ||
Don't want to use a bundler ? You can simply use the UMD (Universal Module Definition) build and drop it with a script tag from your favorite js cdn, you'll have access to a `webrtcRemoteControl` object on the `window`. | ||
- Development build: `packages/core/dist/webrtc-remote-control.umd.dev.js` | ||
- Production build: `packages/core/dist/webrtc-remote-control.umd.prod.js` | ||
- Development build: [https://unpkg.com/@webrtc-remote-control/core/dist/webrtc-remote-control.umd.dev.js](https://unpkg.com/@webrtc-remote-control/core/dist/webrtc-remote-control.umd.dev.js) | ||
- Production build: [https://unpkg.com/@webrtc-remote-control/core/dist/webrtc-remote-control.umd.prod.js](https://unpkg.com/@webrtc-remote-control/core/dist/webrtc-remote-control.umd.prod.js) |
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
360978
100