Work on subgraph support

This commit is contained in:
space-nuko
2023-05-16 12:42:49 -05:00
parent 96033e7628
commit 979f6eaeed
13 changed files with 145 additions and 114 deletions

View File

@@ -1,7 +1,7 @@
import { LiteGraph } from '@litegraph-ts/core';
import { configureLitegraph } from '$lib/init';
import App from './App.svelte';
LiteGraph.use_uuids = true;
configureLitegraph()
const app = new App({
target: document.getElementById('app'),