Skip to content

Latest commit

 

History

History

odo-video

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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'));

Visit the Odo component directory for demos, code examples, and documentation.