Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 754 Bytes

README.md

File metadata and controls

56 lines (39 loc) · 754 Bytes

HTML5 In Out Video Editor

Setup

Get the npm packages and the Sauce Labs Connect server

make

Basic usage

var editor = new iove.InOutVideoEditor({
    src: 'videos/ed_1024.ogv',
    fps: 24
});

Complete example

Look at iove.html file

Tests

A Sauce Labs account is required to run the functional tests. Create an Sauce Labs account and export the following env variables:

export SAUCE_USERNAME=[your-username]
export SAUCE_ACCESS_KEY=[your-sauce-access-key]

Run all tests (unitary and functional)

make test

Run only unitary tests

make unitary_test

Run only functional tests

make functional_test