Skip to content

Commit

Permalink
基本サイズ追加
Browse files Browse the repository at this point in the history
  • Loading branch information
su-u committed Dec 16, 2023
1 parent d7e19a0 commit 75955cc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/app/image_generator/presetSize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ export const PRESET_SIZES = [
height: 256,
},
},
{
label: '512x512',
value: {
width: 512,
height: 512,
},
},
{
label: '1080x1920',
value: {
width: 1080,
height: 1920,
},
},
{
label: '1920x1080',
value: {
width: 1920,
height: 1080,
},
},
],
},
{
Expand Down

1 comment on commit 75955cc

@vercel
Copy link

@vercel vercel bot commented on 75955cc Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tools-su-u-dev – ./

tools-su-u-dev-git-main-su-u.vercel.app
tools.su-u.dev
tools-su-u-dev-su-u.vercel.app
tools-su-u-dev.vercel.app

Please sign in to comment.