Add diagram-js-minimap to the bpmn-js

Hi,

I am not sure I understand the issue?

You can basically take the sandbox and only need to:

  1. Add diagram-js-minimap in the package.json
  2. Import it
    import minimapModule from "diagram-js-minimap";
    
    import "diagram-js-minimap/assets/diagram-js-minimap.css";
    
  3. Load it after diagram import: bpmnJS.get("minimap").open();

See here: https://codesandbox.io/s/minimap-demo-8ryrk?file=/src/index.js