@ygoto3/omap-dashjs-sd-binder
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

@ygoto3/omap-dashjs-sd-binder

Overview

An OMAP binder implementation to bind dash.js to an OMAP client. This binder is implemented to manage an environment where only a single decoder is available.

Documentation

API document is available.

Getting Started

To install @ygoto3/omap-dashjs-sd-binder, run the command below.

$ npm install @ygoto3/omap-dashjs-sd-binder --save

Then you can bind any OMAP client to dash.js.

import { OmapDashjsSDBinder } from '@ygoto3/omap-dashjs-sd-binder';

const player = dashjs.MediaPlayer().create();
const adDisplayContainer = document.getElementById('ad-display-container') as HTMLDivElement;
const omapClient = new YourOMAPClient();
const omapBinder = new OmapDashjsSDBinder(player, adDisplayContainer);
omapBinder.bind(omapClient);

Readme

Keywords

none

Package Sidebar

Install

npm i @ygoto3/omap-dashjs-sd-binder

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

17.8 kB

Total Files

24

Last publish

Collaborators

  • ygoto3