mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
Updated readme wit npm
This commit is contained in:
@@ -4,6 +4,12 @@ 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.
|
It can be integrated easily in any existing web applications and graphs can be run without the need of the editor.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
npm install litegraph.js
|
||||||
|
```
|
||||||
|
|
||||||
## Creating a Graph ##
|
## Creating a Graph ##
|
||||||
|
|
||||||
You can create graphs from the editor (and store them in JSON) or directly from code:
|
You can create graphs from the editor (and store them in JSON) or directly from code:
|
||||||
|
|||||||
Reference in New Issue
Block a user