@odopod/odo-video
Version:
A lightweight html5 video wrapper.
24 lines (14 loc) • 426 B
Markdown
> A lightweight html5 video wrapper.
```shell
npm install @odopod/odo-video --save
```
```js
import OdoVideo from '@odopod/odo-video';
const player = new OdoVideo(document.getElementById('video-wrapper'));
```
Visit the [Odo component directory][permalink] for demos, code examples, and documentation.
[]: http://code.odopod.com/odo-video/