Skip to content

Commit

Permalink
add default canvas dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshidwivedi committed Jun 18, 2024
1 parent b349a55 commit ba99d0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/constants/canvasSize.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const CANVAS_SIZE = {
width:4000,
height:2000,
};

0 comments on commit ba99d0b

Please sign in to comment.