Skip to content

hcodes/webostvjs

Repository files navigation

webOSTV.js

NPM version NPM downloads bundlephobia install size

This the package contain a source code of the webOSTV.js library.

A source code for library version 1.2.11.

Install

npm i --save-dev webostvjs

or

yarn add webostvjs

Typings for TypeScript

npm i --save-dev @types/webostvjs

or

yarn add @types/webostvjs

Usage

import 'webostvjs/webOSTV';
import 'webostvjs/webOSTV-dev';

or

require('webostvjs/webOSTV');
require('webostvjs/webOSTV-dev');