webostvjs
Version:
Source code of the webOSTV.js library
41 lines (35 loc) • 1.29 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.12](https://webostv.developer.lge.com/assets/library/webOSTVjs-1.2.12.zip).
## Install
```bash
npm i --save-dev webostvjs
```
or
```bash
yarn add webostvjs
```
### [Typings for TypeScript](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webostvjs)
```bash
npm i --save-dev @types/webostvjs
```
or
```bash
yarn add @types/webostvjs
```
## Usage
```javascript
import 'webostvjs/webOSTV';
import 'webostvjs/webOSTV-dev';
```
or
```javascript
require('webostvjs/webOSTV');
require('webostvjs/webOSTV-dev');
```