fix type
This commit is contained in:
parent
a0d34940ff
commit
4e38f218ec
|
|
@ -38,7 +38,7 @@ export const Default = {
|
|||
};
|
||||
},
|
||||
args: {
|
||||
imageFile: file(),
|
||||
imageFile: new File([], 'image.webp', { type: 'image/webp' }),
|
||||
aspectRatio: NaN,
|
||||
},
|
||||
parameters: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue