This commit is contained in:
syuilo 2025-11-09 19:44:07 +09:00
parent a0d34940ff
commit 4e38f218ec
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export const Default = {
};
},
args: {
imageFile: file(),
imageFile: new File([], 'image.webp', { type: 'image/webp' }),
aspectRatio: NaN,
},
parameters: {