UNPKG

@playkit-js/info

Version:

[![Build Status](https://github.com/kaltura/playkit-js-info/actions/workflows/run_canary_full_flow.yaml/badge.svg)](https://github.com/kaltura/playkit-js-info/actions/workflows/run_canary_full_flow.yaml) [![code style: prettier](https://img.shields.io/bad

13 lines (9 loc) 354 B
import {PlaykitJsInfoPlugin} from './info-plugin'; declare var __VERSION__: string; declare var __NAME__: string; const VERSION = __VERSION__; const NAME = __NAME__; export {PlaykitJsInfoPlugin as Plugin}; export {VERSION, NAME}; export const pluginName: string = 'playkit-js-info'; KalturaPlayer.core.registerPlugin(pluginName, PlaykitJsInfoPlugin);