bpmn-js-honkify

bpmn-js extension which is inspired by honkify

Usage no npm install needed!

<script type="module">
  import bpmnJsHonkify from 'https://cdn.skypack.dev/bpmn-js-honkify';
</script>

README

bpmn-js-honkify

bpmn-js extension which is inspired by honkify.

Turn your Audio on to hear the honk! 🦆

Installation

$ npm i --save bpmn-js-honkify

Checkout the Example for further instructions.

Usage

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

import honkifyModule from 'bpmn-js-honkify';

var modeler = new BpmnModeler({
  // ...
  additionalModules: [
    honkifyModule
  ]
});