4.0.0 • Published 9 months ago
manucap v4.0.0
manucap
Install
npm install --save manucapUsage
import * as React from 'react'
import ManuCap from "manucap";
const Example = props => (
<ManuCap.VideoPlayer
id="testvpid"
poster="https://archive.org/download/ElephantsDream/ElephantsDream.thumbs/ed_1024_000090.jpg"
mp4="https://ia801209.us.archive.org/17/items/ElephantsDream/ed_1024.mp4"
/>
);Development
Auto-reload in browser
When code is changed, it will rerender components in browser
npm run autoreloadAuto-build library
When code is changed, it will automatically create distribution package
npm startContinuous unit testing
When code is changed, all tests are rerun
npm test