fix: minor polish
This commit is contained in:
parent
33dbcb5861
commit
e9717b137e
2 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ async function cropImage() {
|
|||
}
|
||||
}
|
||||
});
|
||||
const file = new File([blob], 'image.png', { type: 'image/png' })
|
||||
const file = new File([blob], 'preview.png', { type: 'image/png' })
|
||||
reader.readAsDataURL(file)
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue