UNPKG

react-player

Version:

A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion

8 lines (5 loc) 241 B
import players from './players' import { createReactPlayer } from './ReactPlayer' // Fall back to FilePlayer if nothing else can play the URL const fallback = players[players.length - 1] export default createReactPlayer(players, fallback)