We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e19a0 commit 75955ccCopy full SHA for 75955cc
1 file changed
src/app/image_generator/presetSize.ts
@@ -18,6 +18,27 @@ export const PRESET_SIZES = [
18
height: 256,
19
},
20
21
+ {
22
+ label: '512x512',
23
+ value: {
24
+ width: 512,
25
+ height: 512,
26
+ },
27
28
29
+ label: '1080x1920',
30
31
+ width: 1080,
32
+ height: 1920,
33
34
35
36
+ label: '1920x1080',
37
38
+ width: 1920,
39
+ height: 1080,
40
41
42
],
43
44
{
0 commit comments