Source code of the webOSTV.js library
npm install @procot/webostvThis the package contain a source code of the webOSTV.js library with the typings for library.
A source code and a typings presents for library version 1.2.4
``bash`
npm i @procot/webostv`
orbash`
yarn add @procot/webostv
javascript
import '@procot/webostv';
`
or
`javascript
require('@procot/webostv');
`$3
Import the source code for webOS variable:
`javascript
import '@procot/webostv/webOSTV';
`
or
`javascript
require('@procot/webostv/webOSTV');
`$3
Import the source code for webOSDev variable:
`javascript
import '@procot/webostv/webOSTV-dev';
`
or
`javascript
require('@procot/webostv/webOSTV-dev');
``