feat: add initial input prototypes

This commit is contained in:
2024-03-14 16:55:11 +01:00
parent 9b76299272
commit 19234bdac1
13 changed files with 168 additions and 15 deletions

View File

@@ -40,7 +40,6 @@
{@const pos = getEdgePosition(edge)}
{@const [x1, y1, x2, y2] = pos}
<Edge
color={$colors.backgroundColorLighter}
from={{
x: x1,
y: y1,