Skip to content

Commit

Permalink
📝 update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed May 21, 2024
1 parent fcdf7d8 commit e120ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Experimental port/refactor of litegraph.js (base on [litegraph.ts](https://githu
- [ ] Add an event bus to LGraph / LGraphCanvas
- [ ] Refactor contextmenu to enable the ability to customize the contextmenu
- [ ] Refactor scheduler to support step execution as well as sub-graph (graph theory) controls
- [ ] try enable `strictNullChecks`

# Document (typedoc exports)
https://lenml.github.io/litegraph.ts/
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litegraph-ts/core",
"version": "0.2.4",
"version": "0.2.5",
"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.",
"source": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit e120ee4

Please sign in to comment.