Skip to content

Commit

Permalink
docs: link embedding example
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and barmac committed Dec 20, 2024
1 parent 3f27af2 commit 7fd9b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This repository contains a number of examples showing how to use and integrate

* [bundling](./bundling) - an example how to install bpmn-js via [npm](http://npmjs.org), use it in a node-style application and package it and the application code for the browser with [Webpack](https://webpack.js.org/).
* [colors](./colors) - Showcases different ways to add colors to your BPMN diagram.
* [embedding](./embedding) - Shows embedding of BPMN diagrams into a larger website.
* [interaction](./interaction) - Listen to diagram events and react to them.
* [overlays](./overlays) - Attach overlays to BPMN 2.0 diagrams to provide custom buttons or showing additional information.
* [url-viewer](./url-viewer) - A simple url viewer for BPMN 2.0 process diagrams.
Expand Down

0 comments on commit 7fd9b08

Please sign in to comment.