Socket
Socket
Sign inDemoInstall

caption-sync

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    caption-sync

Simple mobile browser library for toggling vibration.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
5.03 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 07 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc