Imagefilethings
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { LiteGraph } from '@litegraph-ts/core';
|
||||
import App from './App.svelte';
|
||||
|
||||
LiteGraph.use_uuids = true;
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById('app'),
|
||||
target: document.getElementById('app'),
|
||||
})
|
||||
|
||||
export default app;
|
||||
|
||||
Reference in New Issue
Block a user