5.2.0 • Published 7 months ago
diagram-js-minimap v5.2.0
diagram-js Minimap
A minimap for diagram-js.
Features
- See the whole diagram in the minimap
- Highlight current viewport
- Click/drag/scroll the minimap to navigate the diagram
Usage
Extend your diagram-js application with the minimap module. We'll use bpmn-js as an example:
import BpmnModeler from 'bpmn-js/lib/Modeler';
import minimapModule from 'diagram-js-minimap';
var bpmnModeler = new BpmnModeler({
additionalModules: [
minimapModule
]
});
For proper styling integrate the embedded style sheet:
<link rel="stylesheet" href="diagram-js-minimap/assets/diagram-js-minimap.css" />
Please see this example for a more detailed instruction.
License
MIT
5.2.0
7 months ago
5.1.0
1 year ago
5.0.0
1 year ago
4.1.0
2 years ago
4.0.1
2 years ago
4.0.0
2 years ago
3.0.0
3 years ago
2.1.1
3 years ago
2.1.0
3 years ago
2.0.4
4 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.3.0
7 years ago
1.2.2
7 years ago
1.2.1
7 years ago
1.2.0
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.0
7 years ago
0.5.5
8 years ago
0.5.4
8 years ago
0.5.3
8 years ago
0.5.2
8 years ago
0.5.1
8 years ago
0.5.0
8 years ago
0.4.0
8 years ago
0.3.1
8 years ago
0.3.0
8 years ago
0.2.0
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago