mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-28 02:34:10 +00:00
Create README.md
This commit is contained in:
@@ -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();
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user