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 (7 loc) 235 B
import players from "./players/index.js"; import { createReactPlayer } from "./ReactPlayer.js"; const fallback = players[players.length - 1]; var src_default = createReactPlayer(players, fallback); export { src_default as default };