psiagram-plugin-mouse-events
v1.0.0-beta.0
Published
A plugin to allow selection and drag-n-drop functionality in the Psiagram diagramming framework.
Downloads
6
Maintainers
Readme
Psiagram Plugin Mouse Handler
A plugin to allow selection and drag-n-drop functionality in the Psiagram diagramming framework.
For documentation, see the Documentation Site.
For the code base, and to see other packages, see GitHub.
To Use
import { MouseEvents } from 'psiagram-plugin-mouse-events';
const initializedMouseEvents = new MouseEvents();
// Then pass into Psiagram as a Plugin!