项目作者: bpmn-io

项目描述 :
bpmn-js, nyan cat style :rainbow: :cat:
高级语言: JavaScript
项目地址: git://github.com/bpmn-io/bpmn-js-nyan.git
创建时间: 2015-09-16T17:28:16Z
项目社区:https://github.com/bpmn-io/bpmn-js-nyan

开源协议:MIT License

下载


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

  1. import BpmnModeler from 'bpmn-js/lib/Modeler';
  2. import resizeAllModule from 'bpmn-js-nyan/lib/resize-all-rules';
  3. import colorPickerModule from 'bpmn-js-nyan/lib/color-picker';
  4. import nyanDrawModule from 'bpmn-js-nyan/lib/nyan/draw';
  5. import nyanPaletteModule from 'bpmn-js-nyan/lib/nyan/palette';
  6. var bpmnJS = new BpmnModeler({
  7. additionalModules: [
  8. resizeAllModule,
  9. colorPickerModule,
  10. nyanDrawModule,
  11. nyanPaletteModule
  12. ]
  13. });

Building

To build, lint and test the project run

  1. npm install
  2. npm run all

To spin up the test interactively in the browser, execute

  1. npm run dev

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

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

License

MIT