Package Exports
- react-videojs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-videojs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-videojs
react videojs wrapper
Installtion
npm install react-videojs --saveDemo
http://esportsguy.github.io/react-videojs/
Usage
Video.js should be loaded globally.
<script src="http://vjs.zencdn.net/5-unsafe/video.js"></script><Video
src="http://www.w3schools.com/html/mov_bbb.mp4"
type="video/mp4"
onPlay={this.handlePlay}
/>License
ISC