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
There are some simple rules that everyone should follow:
3
+
4
+
### Do not commit files from bulid folder
5
+
> I usually have horrible merge conflicts when I upload the build version that take me too much time to solve, but I want to keep the build version in the repo, so I guess it would be better if only one of us does the built, which would be me.
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# litegraph.js
2
2
3
-
A library in Javascript to create graphs in the browser similar to Unreal Blueprints. Nodes can be programmed easily and it includes an editor to construct the graphs.
3
+
A library in Javascript to create graphs in the browser similar to Unreal Blueprints. Nodes can be programmed easily and it includes an editor to construct and tests the graphs.
4
4
5
5
It can be integrated easily in any existing web applications and graphs can be run without the need of the editor.
6
6
7
-
Try it in the [demo site](https://tamats.com/projects/litegraph/demo).
7
+
Try it in the [demo site](https://tamats.com/projects/litegraph/editor).
0 commit comments