diff --git a/build/README.md b/build/README.md index bd9846994..522dc3fda 100644 --- a/build/README.md +++ b/build/README.md @@ -4,20 +4,43 @@ A library in Javascript to create graphs in the browser similar to [PureData](ht It can be integrated easily in any existing web applications and graphs can be run without the need of the editor. -## Creating a Graph ## + -You can create graphs from the editor (and store them in JSON) or directly from code: +## Installation -```javascript +``` +npm install litegraph.js +``` +## First project ## + +```html + +
+ + + + + + + ``` ## How to code a new Node type diff --git a/build/package.json b/build/package.json index 1227cbf45..c5f00887a 100644 --- a/build/package.json +++ b/build/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jagenjo/litegraph.js.git" + "url": "git+https://github.com/kriffe/litegraph.js.git" }, "author": "jagenjo", "license": "MIT", diff --git a/imgs/node_graph_example.PNG b/imgs/node_graph_example.PNG new file mode 100644 index 000000000..37ef90b2c Binary files /dev/null and b/imgs/node_graph_example.PNG differ