UNPKG

react-jplayer

Version:

Html5 audio and video player library for React

11 lines (7 loc) 263 B
import { connectWithId } from 'react-jplayer-utils'; import Download from './download'; const mapStateToProps = ({ jPlayers }, { id }) => ({ free: jPlayers[id].media.free, url: jPlayers[id].src, }); export default connectWithId(mapStateToProps)(Download);