Use ESM style export (#9)

* ESM style export

* Update version
This commit is contained in:
Chenlei Hu
2024-07-06 17:49:57 -04:00
committed by GitHub
parent ebb0d19da1
commit 2a935df408
2 changed files with 4 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@comfyorg/litegraph",
"version": "0.7.20",
"version": "0.7.21",
"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",