JSPM

react-videojs

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q63421F
  • License ISC

react videojs wrapper

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 --save

Demo

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