Add grid snapping, grid preview, fix zoom slowdowns and canvas markdown editing being at the wrong size.

This commit is contained in:
2025-03-04 15:14:12 +01:00
parent 0b97e9a295
commit f2d00097d6
12 changed files with 151 additions and 62 deletions

1
types/general.d.ts vendored
View File

@@ -11,5 +11,6 @@ type MarkdownPreferences = {
};
type CanvasPreferences = {
gridSnap: boolean;
spacing?: number;
neighborSnap: boolean;
};