pu 3c53598460 fix if videoEl.dataset[c] is undefined , JSON.parse will crash | il y a 5 ans | |
---|---|---|
__mocks__ | il y a 6 ans | |
demo | il y a 6 ans | |
scripts | il y a 6 ans | |
src | il y a 5 ans | |
.babelrc | il y a 6 ans | |
.editorconfig | il y a 6 ans | |
.eslintignore | il y a 6 ans | |
.eslintrc.json | il y a 6 ans | |
.gitignore | il y a 6 ans | |
.nvmrc | il y a 6 ans | |
.travis.yml | il y a 6 ans | |
LICENSE.md | il y a 6 ans | |
README.md | il y a 5 ans | |
browserslist | il y a 6 ans | |
generateConfig.js | il y a 6 ans | |
package-lock.json | il y a 6 ans | |
package.json | il y a 6 ans | |
postcss.config.js | il y a 6 ans | |
webpack.config.js | il y a 6 ans |
Fork from mderrick/react-html5video
Install dependencies.
$ npm install
Start server.
$ npm start
Build dist.
$ npm run build
$ npm install git+https://git.links123.net/links123.com/video_player.git --save
$ yarn add git+https://git.links123.net/links123.com/video_player.git
import { DefaultPlayer as Video } from 'react-html5video';
import 'react-html5video/dist/styles.css';
const Player = () => (
<Video autoPlay>
<source src="demo.mp4" type="video/mp4" />
</Video>
)