webOSTV.js
==========
[![NPM version](https://img.shields.io/npm/v/webostvjs.svg?style=flat)](https://www.npmjs.com/package/webostvjs)
[![NPM downloads](https://img.shields.io/npm/dm/webostvjs.svg?style=flat)](https://www.npmjs.com/package/webostvjs)
[![bundlephobia](https://badgen.net/bundlephobia/minzip/webostvjs)](https://bundlephobia.com/result?p=webostvjs)
[![install size](https://packagephobia.com/badge?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');
```
