* Update README

* 0.7.27
This commit is contained in:
Chenlei Hu
2024-07-23 10:50:56 -04:00
committed by GitHub
parent ee0b8a07b6
commit 6280fbf2c7
3 changed files with 4 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ This repo is litegraph with the following modifications:
- Emit search box triggering custom events (<https://github.com/Comfy-Org/litegraph.js/pull/10>)
- Truncate overflowing combo widget text (<https://github.com/Comfy-Org/litegraph.js/pull/17>)
- Sort node based on ID on graph serialization (<https://github.com/Comfy-Org/litegraph.js/pull/21>)
- Fix empty input not used when connecting links (<https://github.com/Comfy-Org/litegraph.js/pull/24>)
# Install
`npm i @comfyorg/litegraph`

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "litegraph.js",
"version": "0.7.26",
"version": "0.7.27",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "litegraph.js",
"version": "0.7.26",
"version": "0.7.27",
"license": "MIT",
"devDependencies": {
"@types/jest": "^28.1.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@comfyorg/litegraph",
"version": "0.7.26",
"version": "0.7.27",
"description": "A graph node editor similar to PD or UDK Blueprints. It works in an HTML5 Canvas and allows to export graphs to be included in applications.",
"main": "src/litegraph.js",
"types": "src/litegraph.d.ts",