feat: store camera position in localStorage

This commit is contained in:
2024-03-19 16:47:43 +01:00
parent d1d9d7ecae
commit 3811a6bdb4
3 changed files with 11 additions and 7 deletions

View File

@ -2,8 +2,6 @@
import { Canvas } from "@threlte/core";
import { GraphManager } from "$lib/graph-manager";
import Graph from "$lib/components/graph/Graph.svelte";
import Details from "$lib/elements/Details.svelte";
import { JsonView } from "@zerodevx/svelte-json-view";
import { MemoryRuntimeExecutor } from "$lib/runtime-executor";
import { MemoryNodeRegistry } from "$lib/node-registry";