2.2.0 • Published 10 months ago

bpmn-js-nyan v2.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
10 months ago

If you're interested in custom elements in general, head over to our :notebook: custom-elements guide to get an overview first.

bpmn-js-nyan

CI

bpmn-js + "nyan cat in the wild" = auto-win.

This projects bundles lovely nyan cats into a custom BPMN 2.0 modeler.

About

Stand out and integrate nyan cats into your next BPMN Modeler!

"nyan cat in bpmn-js"

Great Features

Usage

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

import resizeAllModule from 'bpmn-js-nyan/lib/resize-all-rules';
import colorPickerModule from 'bpmn-js-nyan/lib/color-picker';
import nyanDrawModule from 'bpmn-js-nyan/lib/nyan/draw';
import nyanPaletteModule from 'bpmn-js-nyan/lib/nyan/palette';


var bpmnJS = new BpmnModeler({
  additionalModules: [
    resizeAllModule,
    colorPickerModule,
    nyanDrawModule,
    nyanPaletteModule
  ]
});

Building

To build, lint and test the project run

npm install
npm run all

To spin up the test interactively in the browser, execute

npm run dev

Visit localhost:9876/debug.html in your browser.

Related

If you enjoy nyan cats you might be interested in these related examples, too:

License

MIT

2.2.0

10 months ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago