@meshmakers/octo-process-diagrams 3.3.390
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/fesm2022/meshmakers-octo-process-diagrams.mjs +31624 -0
- package/fesm2022/meshmakers-octo-process-diagrams.mjs.map +1 -0
- package/package.json +41 -0
- package/styles/_dockview-lcars-theme.scss +366 -0
- package/styles/_index.scss +5 -0
- package/types/meshmakers-octo-process-diagrams.d.ts +7100 -0
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @meshmakers/octo-process-diagrams
|
|
2
|
+
|
|
3
|
+
Angular library for process diagram design and symbol editing in Octo Mesh Platform applications.
|
|
4
|
+
|
|
5
|
+
Includes process designer, symbol editor, symbol library management, and SVG import capabilities.
|
|
6
|
+
|
|
7
|
+
Part of the [@meshmakers](https://www.npmjs.com/org/meshmakers) package ecosystem.
|
|
8
|
+
|
|
9
|
+
**Note:** This library requires a [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui) license.
|
|
10
|
+
|
|
11
|
+
## Installation
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npm install @meshmakers/octo-process-diagrams
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
See [Octo Mesh Platform documentation](https://docs.meshmakers.cloud).
|