working on grid

This commit is contained in:
paul
2025-03-23 19:02:54 +05:30
parent b9139469d4
commit 1912e53672
8 changed files with 152 additions and 64 deletions

View File

@@ -21,4 +21,20 @@ export const ANCHOR = [
"e",
"w",
"center"
]
]
export const GRID_STICKY = {
N: "n",
S: "s",
E: "e",
W: "w",
WE: "we",
NS: "ns",
NW: "nw",
NE: "ne",
SW: "sw",
SE: "se",
NEWS: "news",
NONE: "",
}