This repository contains a number of examples showing how use and integrate bpmn-js it into your applications.
- simple-bower - an example showcasing how pull bpmn-js via bower and include it into your application.
- simple-commonjs - an example showcasing how to load bpmn-js via npm in a node-style application and package it and the application code for the browser with browserify.
- overlays - attach overlays to BPMN 2.0 diagrams
- url-viewer - a quick and dirty url viewer for BPMN 2.0 process diagrams created with the bower packaging of bpmn-js.
- modeler - a simple BPMN 2.0 modeler. Gains more features as time passes by.
- commenting - a simple commenting application build on top of BPMN 2.0 diagrams
- custom-bower-bundle - how to build a custom bower bundle of bpmn-js
MIT (unless noted otherwise)