feat: add shortcut viewer

This commit is contained in:
2024-04-19 21:51:07 +02:00
parent f1fcf78f6c
commit e575974872
9 changed files with 232 additions and 67 deletions

View File

@@ -26,8 +26,8 @@
const aspectRatio = 0.25;
const path = createNodePath({
depth: 4,
height: 24,
depth: 7,
height: 40,
y: 50,
cornerTop,
rightBump,
@@ -42,8 +42,8 @@
aspectRatio,
});
const pathHover = createNodePath({
depth: 5,
height: 30,
depth: 9,
height: 50,
y: 50,
cornerTop,
rightBump,