0.0.10 • Published 10 years ago

stompscreen v0.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Stompscreen

Build Status

A video player by Stompdrop

Install it

$ npm install stompscreen --save

Use it

var Stompscreen = require('stompscreen');

var screen = Stompscreen.init({
    el: document.querySelector('video'),
    src: 'my/video/source.mp4',
    autoplay: false,
    width: 720
});

Development

Install dependencies:

$ npm install

Run the tests:

$ npm test

Run the dev server.

node_modules/gulp/bin.gulp.js connect

You'll also need to add a video file to serve up during local development. Change the path in example-1.html.

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago