UNPKG

webostvjs

Version:

Source code of the webOSTV.js library

41 lines (35 loc) 1.29 kB
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.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'); ```