New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@theonlyducks/videojs-zoom

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theonlyducks/videojs-zoom

Simple plugin to zoom in video.js player

  • 1.0.13
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
605
increased by68.06%
Maintainers
1
Weekly downloads
 
Created
Source

Video.js Zoom

Simple plugin to zoom in video.js player

Version Project Size Dependencies Licence

Table of contents

  • Getting started
  • Documentation
  • Development
  • License

Documentation

See

Getting started

Requirements

yarn add video.js

Installation

yarn add @theonlyducks/videojs-zoom@latest

Usage

import '@theonlyducks/videojs-zoom';
import '@theonlyducks/videojs-zoom/styles';
Example
const video = videojs('my-video');
const zoomPlugin = video.zoomPlugin();
zoomPlugin.onchange(data => {
	console.log(data);
});

Development

Install

yarn

Start server listening https://localhost:3000

yarn start

License

MIT © The Only Ducks

Keywords

FAQs

Package last updated on 19 Jan 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc