psiagram-plugin-grid
v1.0.0-beta.0
Published
A plugin to create a visual grid layer for a Psiagram SVG diagram.
Downloads
8
Maintainers
Readme
Psiagram Plugin Grid
A plugin to create a visual grid layer for a Psiagram SVG diagram.
For documentation, see the Documentation Site.
For the code base, and to see other packages, see GitHub.
To Use
import { Grid } from 'psiagram-plugin-grid';
const initializedGrid = new Grid();
// Then pass into Psiagram as a Plugin!