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) 209 B
import { createReactPlayer } from './ReactPlayer.js' import Player from './players/DailyMotion.js' export default createReactPlayer([{ key: 'dailymotion', canPlay: Player.canPlay, lazyPlayer: Player }])