fix type
This commit is contained in:
parent
a0d34940ff
commit
4e38f218ec
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue