UNPKG

@vue-flow/minimap

Version:

This is a minimap component for Vue Flow. It can be used to add a minimap to the canvas, which will show a smaller version of the canvas with your nodes. The minimap can also be used to pan and zoom the main canvas.

6 lines (4 loc) 156 B
import './style.css' export { default as MiniMap } from './MiniMap.vue' export { default as MiniMapNode } from './MiniMapNode.vue' export * from './types'