0.7.2 • Published 1 year ago

bpmn-js-sketchy v0.7.2

Weekly downloads
24
License
MIT
Repository
github
Last release
1 year ago

bpmn-js-sketchy

CI

A sketchy renderer for bpmn-js. :arrow_right: Try it out.

sketchy renderer at work

Usage

Extend bpmn-js with the sketchy renderer module:

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

const modeler = new Modeler({
  // ...
  additionalModules: [ sketchyRendererModule ]
});

For the full sketchy experience, you must configure bpmn-js to use a hand drawn font, for example Virgil.

Check out the demo or this test for more information.

To view sketchified diagrams you must have the font installed on your computer.

Licence

MIT