@odopod/odo-video

A lightweight html5 video wrapper.

Usage no npm install needed!

<script type="module">
  import odopodOdoVideo from 'https://cdn.skypack.dev/@odopod/odo-video';
</script>

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.