pu 3c53598460 fix if videoEl.dataset[c] is undefined , JSON.parse will crash | hace 5 años | |
---|---|---|
__mocks__ | hace 6 años | |
demo | hace 6 años | |
scripts | hace 6 años | |
src | hace 5 años | |
.babelrc | hace 6 años | |
.editorconfig | hace 6 años | |
.eslintignore | hace 6 años | |
.eslintrc.json | hace 6 años | |
.gitignore | hace 6 años | |
.nvmrc | hace 6 años | |
.travis.yml | hace 6 años | |
LICENSE.md | hace 6 años | |
README.md | hace 5 años | |
browserslist | hace 6 años | |
generateConfig.js | hace 6 años | |
package-lock.json | hace 6 años | |
package.json | hace 6 años | |
postcss.config.js | hace 6 años | |
webpack.config.js | hace 6 años |
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>
)