1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 03:15:58 +02:00
This commit is contained in:
syuilo
2025-11-09 19:44:07 +09:00
parent a0d34940ff
commit 4e38f218ec

View File

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