webostvjs
Version:
Source code of the webOSTV.js library
33 lines (27 loc) • 1.21 kB
Markdown
webOSTV.js
==========
[](https://www.npmjs.com/package/webostvjs)
[](https://www.npmjs.com/package/webostvjs)
[](https://bundlephobia.com/result?p=webostvjs)
[](https://packagephobia.com/result?p=webostvjs)
This the package contain a source code of the [webOSTV.js library](https://webostv.developer.lge.com/develop/references/webostvjs-introduction).
# [Library version](https://webostv.developer.lge.com/develop/references/webostvjs-release-notes)
A source code for library version [1.2.13](https://webostv.developer.lge.com/assets/library/webOSTVjs-1.2.13.zip).
## Install
```bash
npm i --save-dev webostvjs
```
### [Typings for TypeScript](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webostvjs)
```bash
npm i --save-dev @types/webostvjs
```
## Usage
```javascript
import 'webostvjs/webOSTV';
import 'webostvjs/webOSTV-dev';
```
or
```javascript
require('webostvjs/webOSTV');
require('webostvjs/webOSTV-dev');
```