Skip to content

Commit

Permalink
📝 update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed May 24, 2024
1 parent 3b17ca2 commit afe066f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- [ ] Event Bus: LGraph / LGraphCanvas / LGraphNode support event subscription, making it easy to customize various features
- [ ] Customize ContextMenu: Provide interfaces to customize all context menus in the graph
- [ ] Customize Dialog: Provide interfaces to customize all dialogs in the graph
- [ ] Graph Scheduler: Provide graph connection parsing based on graph theory, decompose sub-graphs, and control different sub-graphs
- [ ] Graph Scheduler: Provide graph connection parsing based on graph theory, decompose component, and control different component(sub-graphs)
- [ ] Core Code `strictNullChecks`: Type safe everywhere!
- [ ] Input/Output widget: Provide widgets for easier handling of input and output within nodes.
- [ ] Control Flow: Introduce nodes that manage control flow like conditional branches and loops.
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.13",
"version": "0.2.14",
"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 afe066f

Please sign in to comment.