unified-video-framework
Version:
Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more
7 lines • 309 B
JavaScript
export * from '../../core/dist/index.js';
export { WebPlayer } from './WebPlayer.js';
export { WebPlayerView } from './react/WebPlayerView.js';
export { PortraitPlayerView } from './react/PortraitPlayerView.js';
export * from './react/EPG.js';
export const VERSION = '1.0.0';
//# sourceMappingURL=index.js.map