first draft

This commit is contained in:
2026-01-11 12:14:09 +01:00
parent 75c91276d0
commit 12d055b50d
14 changed files with 257 additions and 70 deletions
+10 -1
View File
@@ -11,10 +11,19 @@
<meta name="description" content="" />
<link rel="icon" href="favicon.png" />
<style>
text {
pointer-events: none;
user-select: none;
}
image {
clip-path: inset(0% round 50%);
}
</style>
</head>
<body>
<svg width="1000" height="1000"></svg>
<svg width="1000" height="1000" viewBox="-500 -500 1000 1000"></svg>
<script src="dist/graph.js" type="module"></script>
</body>
</html>