psiagram-plugin-routing
v1.0.0-beta.0
Published
A plugin to allow special rendering of Edges, including Manhattan Routing.
Downloads
3
Maintainers
Readme
Psiagram Plugin Routing
A plugin to allow special rendering of Edges, including Manhattan Routing.
For documentation, see the Documentation Site.
For the code base, and to see other packages, see GitHub.
To Use
import { ManhattanRouting } from 'psiagram-plugin-routing';
const initializedManhattanRouting = new ManhattanRouting();
// Then pass into Psiagram as a Plugin!