refactor: Remove the grid size and have a boolean instead

This commit is contained in:
Panayiotis Lipiridis
2020-12-23 17:13:03 +02:00
parent 39e7b8cf4f
commit c12dab7a60
10 changed files with 111 additions and 113 deletions

View File

@@ -73,7 +73,7 @@ export const DEFAULT_VERTICAL_ALIGN = "top";
export const CANVAS_ONLY_ACTIONS = ["selectAll"];
export const GRID_SIZE = 20; // TODO make it configurable?
export const GRID_SIZE = 20;
export const MIME_TYPES = {
excalidraw: "application/vnd.excalidraw+json",