UNPKG

react-tv-player

Version:

A React media player component for TV devices. With custom UI and arrow-key navigation, it can play a variety of URLs like file paths, HLS/DASH streams and even YouTube & Vimeo links directly. Packaged as an npm library for easy integration.

6 lines (5 loc) 160 B
export * from './TVPlayer'; export * from './TVPlayerUI'; export * from './TVPlayerActivity'; export * from './TVPlayerStore'; export * from './TVPlayerTypes';