Save image/jpeg images as .jpg
This commit is contained in:
parent
ffe7cc578b
commit
cf0da96791
1 changed files with 1 additions and 1 deletions
|
@ -93,6 +93,6 @@ export async function autoScale({
|
|||
return {
|
||||
contentType: IMAGE_JPEG,
|
||||
file: blob,
|
||||
fileName: `${name}.jpeg`,
|
||||
fileName: `${name}.jpg`,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue