Source code of the webOSTV.js library
npm install webostvjswebOSTV.js
==========




This the package contain a source code of the webOSTV.js library.
bash
npm i --save-dev webostvjs
`
or
`bash
yarn add webostvjs
`$3
`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');
``