UNPKG

react-jplayer

Version:

Html5 audio and video player library for React

10 lines (6 loc) 233 B
import { connectWithId } from 'react-jplayer-utils'; import Poster from './poster'; const mapStateToProps = ({ jPlayers }, { id }) => ({ src: jPlayers[id].media.poster, }); export default connectWithId(mapStateToProps)(Poster);