@procot/webostv
v1.2.6
Published
Source code of the webOSTV.js library
Downloads
7,247
Maintainers
Readme
Description
This the package contain a source code of the webOSTV.js library with the typings for library.
Library version
A source code and a typings presents for library version 1.2.4
Install
npm i @procot/webostvor
yarn add @procot/webostvUsage
Import all
Import all souce code of library:
import '@procot/webostv';or
require('@procot/webostv');Import webOS variable
Import the source code for webOS variable:
import '@procot/webostv/webOSTV';or
require('@procot/webostv/webOSTV');Import webOSDev variable
Import the source code for webOSDev variable:
import '@procot/webostv/webOSTV-dev';or
require('@procot/webostv/webOSTV-dev');