1.4.0 • Published 3 years ago

@exmg/livery-interactive v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Livery Interactive SDK

GitHub last commit NPM package Changelog License Built with open-wc recommendations

Ex Machina Group Livery Interactive SDK for use with LiveryPlayer interactive layer pages.

Please refer to docs.liveryvideo.com/interactive-sdk for complete documentation.

Installation

npm install @exmg/livery-interactive

Usage

import { InteractiveBridge } from '@exmg/livery-interactive';

const bridge = new InteractiveBridge('*');

bridge.getLatency().then(latency => window.alert(`latency: ${latency}`));

Note: To prevent cross site security issues replace the '*' origin above with the origin of the page that the Livery Player containing this interactive layer page will be on.

1.4.0

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago