A plugin to allow selection and drag-n-drop functionality in the Psiagram diagramming framework.
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.
``js
import { MouseEvents } from 'psiagram-plugin-mouse-events';
const initializedMouseEvents = new MouseEvents();
// Then pass into Psiagram as a Plugin!
``