feat: support compact and luggage relation tags
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user