caption-sync

1.2.0 • Public • Published

Caption sync

Closed captions events listener

npm version Known Vulnerabilities codecov XO code style npm downloads

Installation

npm i caption-sync

Node Example

import CaptionSync from 'caption-sync'

const showCaptionFunc = function() {
    // start output
}
const hideCaptionFunc = function() {
    // stop output
}

const video = document.getElementById('test-video')
const captionsListener = new CaptionSync(video, showCaptionFunc, hideCaptionFunc);

Credit

Brought to you by beatcaps.io

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    1
  • 1.0.0
    0
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i caption-sync

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

5.15 kB

Total Files

4

Last publish

Collaborators

  • goatandsheep