wip: play around with imposters

This commit is contained in:
2024-03-19 17:39:25 +01:00
parent b55d3d4217
commit 70d7c57e46
4 changed files with 47 additions and 22 deletions

View File

@ -14,7 +14,7 @@
if (graph) {
graphManager.load(JSON.parse(graph));
} else {
graphManager.load(graphManager.createTemplate("grid", 5, 5));
graphManager.load(graphManager.createTemplate("grid", 10, 10));
}
graphManager.on("save", (graph) => {
@ -54,13 +54,6 @@
</div>
<style>
.wrapper {
position: absolute;
z-index: 100;
top: 10px;
left: 10px;
}
#canvas-wrapper {
height: 100vh;
}