From ebb0d19da1752f2548d220083a36703f0d60f499 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 5 Jul 2024 20:00:53 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d46b83808..dee738725 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ This repo is litegraph with following modifications: - Type schema change for ComfyUI_frontend TS migration (https://github.com/Comfy-Org/litegraph.js/pull/3) - Zoom fix (https://github.com/Comfy-Org/litegraph.js/pull/7) +# Install +`npm i @comfyorg/litegraph` + # litegraph.js A library in Javascript to create graphs in the browser similar to Unreal Blueprints. Nodes can be programmed easily and it includes an editor to construct and tests the graphs.