This 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
npm i @procot/webostv
or
yarn add @procot/webostv
Import all souce code of library:
import '@procot/webostv';
or
require('@procot/webostv');
Import the source code for webOS
variable:
import '@procot/webostv/webOSTV';
or
require('@procot/webostv/webOSTV');
Import the source code for webOSDev
variable:
import '@procot/webostv/webOSTV-dev';
or
require('@procot/webostv/webOSTV-dev');