You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+89-3Lines changed: 89 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,15 @@
2
2
3
3
# Sequential Workflow Designer
4
4
5
-
Sequential workflow designer with no dependencies.
5
+
Sequential workflow designer with no dependencies for web. It's written in pure TypeScript and uses SVG for rendering. This designer is not associated with any workflow engine. It's full generic. You may create any kind application by this, from graphical programming languages to workflow designers.
6
6
7
-
TODO
7
+
Features:
8
+
9
+
* no dependencies,
10
+
* full generic & configurable,
11
+
* light/dark themes,
12
+
* modern browsers support,
13
+
*~~mobile support~~ (TODO).
8
14
9
15
## 👀 Examples
10
16
@@ -16,6 +22,8 @@ TODO
16
22
17
23
## 🚀 Installation
18
24
25
+
To use the designer you should add JS/TS files and CSS-files to your project.
26
+
19
27
### NPM
20
28
21
29
Install this package by [NPM](https://www.npmjs.com/) command:
0 commit comments