Skip to content

bpmn-io/bpmn-js-sketchy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc06b3f · Feb 19, 2024

History

91 Commits
Feb 19, 2024
Feb 19, 2024
Apr 6, 2023
Apr 6, 2023
Apr 6, 2023
Feb 27, 2020
Apr 6, 2023
Feb 27, 2020
Apr 11, 2023
Feb 19, 2024
Feb 19, 2024
Feb 19, 2024
Feb 19, 2024
Apr 6, 2023

Repository files navigation

bpmn-js-sketchy

CI

A sketchy renderer for bpmn-js. ➡️ 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