Awesome
bpmn-js-sketchy
A sketchy renderer for bpmn-js. :arrow_right: Try it out.
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