1.0.0 • Published 4 months ago

diagram-js-grid v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

diagram-js-grid

Build Status

A minimal visual grid for diagram-js.

Grid

Features

  • Shows visual grid
  • Supports modeler and viewer
  • Hooks into gridSnapping activation

Usage

Extend your diagram-js application with the grid module. We'll use bpmn-js as an example:

import BpmnModeler from 'bpmn-js/lib/Modeler';

import gridModule from 'diagram-js-grid';

var bpmnModeler = new BpmnModeler({
  additionalModules: [
    gridModule
  ]
});

License

MIT