@odopod/odo-video
v1.2.2
Published
A lightweight html5 video wrapper.
Downloads
46
Readme
Odo Video
A lightweight html5 video wrapper.
Install
npm install @odopod/odo-video --save
Quick Start
import OdoVideo from '@odopod/odo-video';
const player = new OdoVideo(document.getElementById('video-wrapper'));
Documentation
Visit the Odo component directory for demos, code examples, and documentation.