BPMN Differ Tool Demo

Hello,

Is it possible to buy the sources from this demo project (https://demo.bpmn.io/diff) or any other possibilities to use the same differ tool for our application ?
We would like to use the same differ tool like the demo tool and integrate it into our angular application…
It’s kinda complicated to implement an own visual differ tool and putting all pieces together ( bpmn-js along with element coloring)

regards

The tool that allows to find the diff is actually open source: https://github.com/bpmn-io/bpmn-js-differ. Then, you can use overlays API to paint diff indicators/details on the diagram.

Hello ! Thank your for the diffing tool, we were able to build a simple version of tool on ourselves with it. It would still be of great help I think if we could have the actual source code of the demo as a boilerplate example.

Is it possible to commit it in the https://github.com/bpmn-io/bpmn-js-differ project ?

Thanks again and have a good one :slight_smile:

Hello!
I join my colleagues here. Would be super cool if the code for the visual diffing is somehow available. It would help a lot to implement this on my own.

Thank you!