0.0.2 • Published 5 years ago

@bpmn-io/track-mouse v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@bpmn-io/track-mouse

Build Status

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