feat: add view mode in Excalidraw (#2840)

Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
Aakansha Doshi
2021-02-01 21:56:42 +01:00
committed by GitHub
co-authored by Lipis
parent 2b1b62d8f2
commit 675da16ca4
21 changed files with 546 additions and 232 deletions
+1
View File
@@ -21,6 +21,7 @@ export const CODES = {
V: "KeyV",
X: "KeyX",
Z: "KeyZ",
R: "KeyR",
} as const;
export const KEYS = {