You've already forked obsidian-visualiser
Add node resizing
This commit is contained in:
@@ -3,6 +3,7 @@ import { clamp } from "#shared/general.utils";
|
||||
|
||||
export type Direction = 'bottom' | 'top' | 'left' | 'right';
|
||||
export type Position = { x: number, y: number };
|
||||
export type Box = Position & { w: number, h: number };
|
||||
export type Path = {
|
||||
path: string;
|
||||
from: Position;
|
||||
|
||||
Reference in New Issue
Block a user