Hello everyone,
first of all I am a total newbie in JavaScript.
I tried to install the minimap in Modeler, but I couldn’t get it to work. After finding a topic about the minimap and how to install it (Add diagram-js-minimap to the bpmn-js - #3 by BRaymond69), I saw that I need to import the assets for the minimap
import “diagram-js-minimap/assets/diagram-js-minimap.css”;
After that, the minimap worked perfectly. Unfortunately, there is no hint to do this on “https://github.com/bpmn-io/bpmn-js-examples/tree/main/minimap”.