From 813b38097301edeba9ec3842cf196be0958c4ed0 Mon Sep 17 00:00:00 2001 From: Kristofer Date: Sat, 2 Dec 2017 13:03:31 +0100 Subject: [PATCH] Updated link --- README.md | 39 ++++++++++++++++++++++++++++----------- build/README.md | 2 +- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1a970d14f..8ecac4c34 100755 --- a/README.md +++ b/README.md @@ -4,26 +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. +![Node Graph](imgs/node_graph_example.PNG "WebGLStudio") + ## Installation ``` npm install litegraph.js ``` -## Creating a Graph ## - -You can create graphs from the editor (and store them in JSON) or directly from code: - -```javascript +## First project ## +```html + + + + + + + + + ``` ## How to code a new Node type diff --git a/build/README.md b/build/README.md index 522dc3fda..3e0cc39d0 100644 --- a/build/README.md +++ b/build/README.md @@ -4,7 +4,7 @@ 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. -![WebGLStudio](imgs/node_graph_example.PNG "WebGLStudio") +![Node Graph](imgs/node_graph_example.PNG "WebGLStudio") ## Installation