Spaces:
Runtime error
Runtime error
increase canvas size
Browse files
frontend/src/lib/constants.ts
CHANGED
@@ -17,8 +17,8 @@ export const EMOJIS = ['π', 'π', 'π', 'π', 'π¦', 'π', 'π', '
|
|
17 |
export const MAX_CAPACITY = 50;
|
18 |
|
19 |
export const CANVAS_SIZE = {
|
20 |
-
width: 512 *
|
21 |
-
height: 512 *
|
22 |
}
|
23 |
export const GRID_SIZE = 32
|
24 |
|
|
|
17 |
export const MAX_CAPACITY = 50;
|
18 |
|
19 |
export const CANVAS_SIZE = {
|
20 |
+
width: 512 * 16,
|
21 |
+
height: 512 * 16,
|
22 |
}
|
23 |
export const GRID_SIZE = 32
|
24 |
|