tapas-video

0.1.0 • Public • Published

tapas-video

NPM License Downloads

A Video player based on HTML5 <video>.

Installation

$ npm i tapas-video

Quick start

const Video = require('tapas-video');

const video = new Video('#container');
video.setVideo('http://path/to/video');
video.play();

Readme

Keywords

Package Sidebar

Install

npm i tapas-video

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • tapasfe