# svelte-bpmn **Repository Path**: mirrors_bpmn-io/svelte-bpmn ## Basic Information - **Project Name**: svelte-bpmn - **Description**: Embed BPMN 2.0 diagrams in your Svelte app - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-31 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # svelte-bpmn [![CI](https://github.com/bpmn-io/svelte-bpmn/workflows/CI/badge.svg)](https://github.com/bpmn-io/svelte-bpmn/actions?query=workflow%3ACI) Embed BPMN 2.0 diagrams in your [Svelte](https://svelte.dev/) app - powered by [bpmn-js](https://github.com/bpmn-io/bpmn-js). ## Installation ```sh npm install --save svelte-bpmn ``` ## Usage ```svelte
``` Checkout the [example](./example) to get further information. ## Additional Resources * [bpmn-js Examples](https://github.com/bpmn-io/bpmn-js-examples) * [bpmn-js Viewer Documentation](https://github.com/bpmn-io/bpmn-js/blob/master/lib/Viewer.js), [Example](https://github.com/bpmn-io/bpmn-js-examples/blob/master/starter/viewer.html) * [bpmn-js Modeler Documentation](https://github.com/bpmn-io/bpmn-js/blob/master/lib/Modeler.js), [Example](https://github.com/bpmn-io/bpmn-js-examples/tree/master/modeler) ## License MIT