Skip to content

pinussilvestrus/bpmn-js-honkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpmn-js-honkify

bpmn-js extension which is inspired by honkify.

âž¡Try out on netlify

Turn your Audio on to hear the honk(s)! 🦆

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
  ]
});