Create README.md

This commit is contained in:
Javi Agenjo
2017-06-08 16:28:27 +02:00
committed by GitHub
parent f2d7c17b19
commit f2123b0bcb

View File

@@ -31,12 +31,12 @@ Slots have the next information:
To integrate in you HTML application:
```
```js
var graph = new LiteGraph.LGraph();
var graph_canvas = new LiteGraph.LGraphCanvas( canvas, graph );
```
If you want to start the graph then:
```
```js
graph.start();
```