Skip to content

act-org/docusaurus-plugin-panzoom

Repository files navigation

@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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published