# Vue Flow: MiniMap 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. ## 🛠 Setup ```bash # install $ yarn add @vue-flow/minimap # or $ npm i --save @vue-flow/minimap ``` ## 🎮 Quickstart ```vue ```