Skip to content

Commit 75955cc

Browse files
committed
基本サイズ追加
1 parent d7e19a0 commit 75955cc

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/app/image_generator/presetSize.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,27 @@ export const PRESET_SIZES = [
1818
height: 256,
1919
},
2020
},
21+
{
22+
label: '512x512',
23+
value: {
24+
width: 512,
25+
height: 512,
26+
},
27+
},
28+
{
29+
label: '1080x1920',
30+
value: {
31+
width: 1080,
32+
height: 1920,
33+
},
34+
},
35+
{
36+
label: '1920x1080',
37+
value: {
38+
width: 1920,
39+
height: 1080,
40+
},
41+
},
2142
],
2243
},
2344
{

0 commit comments

Comments
 (0)