0.3.0 • Published 5 years ago

bpmn-js-honkify v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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

npm.io

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