feat: support compact and luggage relation tags

This commit is contained in:
2026-08-14 17:07:30 +02:00
parent ccef0955d4
commit 6f183daca8
10 changed files with 41 additions and 21 deletions
+1
View File
@@ -63,6 +63,7 @@ export interface Connection {
label?: string
/** Percentage from slack (0) to taut (100). */
tightness?: number
tagStyle?: 'luggage' | 'compact'
}
export interface Viewport { x: number; y: number; zoom: number }