0.1.0 • Published 9 years ago
tapas-video v0.1.0
tapas-video
A Video player based on HTML5 <video>.
Installation
$ npm i tapas-videoQuick start
const Video = require('tapas-video');
const video = new Video('#container');
video.setVideo('http://path/to/video');
video.play();0.1.0
9 years ago