holoplay-core
Version:
A library that works with Looking Glass HoloPlay Service
23 lines (15 loc) • 338 B
Markdown
# HoloPlayCore.js
This is a Javascript library to communicate with Looking Glass HoloPlay Service.
## Installation
```
npm install --save holoplay-core
```
## Usage
Include in html with script tag
```
<script src="./node_modules/holoplay-core/dist/holoplay.core.js">
```
or:
```
<script src="https://unpkg.com/holoplay-core">
```