diagram-maker-plugin-minimap-vanillajs

A minimap plugin package for diagram-maker build with vanilla javascript

Usage no npm install needed!

<script type="module">
  import diagramMakerPluginMinimapVanillajs from 'https://cdn.skypack.dev/diagram-maker-plugin-minimap-vanillajs';
</script>

README

Diagram Maker Minimap Plugin

Build Status

Diagram Maker Minimap Plugin is a plugin to display a minimap for Diagram Maker to help in navigating large workspaces with lots of nodes & edges. Minimap is a smaller scale rendering of your entire canvas. This is most useful when the canvas is much larger than the container or the screeen that Diagram maker is rendering in and traversing the full canvas requires scrolling it several times. In such a case, minimap provides an overview of the full canvas along with all the nodes present in it. Furthermore, users can jump to parts of the canvas they're interested in by clicking on that area in the minimap in a single click rather than by scrolling several times.

A mockup of how a panel might be rendered using the minimap plugin within the Diagram Maker editor. Minimap Mockup

Explore

Interactive Demo

Check out one of our interactive demos here or see the full list of interactive demos here. The code for these demos can be found here.

How do I use it?

Installation

Check out our installation guide here.

Usage

Check out our usage guide here.

Docs

Check out our full documentation here.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.