Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@actinc/docusaurus-plugin-panzoom

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actinc/docusaurus-plugin-panzoom

A plugin to enable the panzoom component on SVG and other elements

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
112
decreased by-13.18%
Maintainers
3
Weekly downloads
 
Created
Source

@actinc/docusaurus-plugin-panzoom

This plugin adds the ability to pan and zoom images and SVG images inside of a docusaurus website. This is useful for embedding diagrams or complex mermaid.js renders around models and object schemas. The normal theme doesn't scale tremendously well in a browser so some augmentation for complex diagrams is necessary.

This implements the excellent @panzoom/panzoom plugin

Installation

npm install docusaurus-plugin-panzoom
// In docusaurus.config.js
// ...
plugins: ['docusaurus-plugin-panzoom'],
// or
plugins: [['docusaurus-plugin-panzoom', {} /* options */]],

Configuration

Keywords

FAQs

Package last updated on 02 Mar 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