Skip to content

zvenshy/bpmn-js-nyan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

bpmn-js-nyan

Build Status

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

About

bpmn-js, nyan cat style 🌈 🐱

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%