1.0.5 • Published 4 years ago

mediasync.js v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

MediaSync.js

Working with timingsrc, sync timing object and video.

Install

npm install mediasync.js

Usage

import MediaSync from 'mediasync.js'

const timing = new TIMINGSRC.TimingObject({
  position: 0,
  velocity: 0,
  acceleration: 0,
});

const video = document.querySelector('video');

MediaSync(video, timing);
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago