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.

4 lines (3 loc) 147 B
import { default as React } from 'react'; import { TVPlayerProps } from './TVPlayerTypes'; export declare const TVPlayer: React.FC<TVPlayerProps>;