@bpmn-io/track-mouse
v0.0.2
Published
Track mouse position and hover state on a diagram
Downloads
17
Readme
@bpmn-io/track-mouse
Tracks the mouse on the diagram and periodically logs mouse position and hover state to the developer console.
Usage
import TrackMouseModule from '@bpmn-io/track-mouse';
import BpmnViewer from 'bpmn-js';
const viewer = new BpmnViewer({
additionalModules: [
TrackMouseModule
]
});
License
MIT