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 {
|
return {
|
||||||
contentType: IMAGE_JPEG,
|
contentType: IMAGE_JPEG,
|
||||||
file: blob,
|
file: blob,
|
||||||
fileName: `${name}.jpeg`,
|
fileName: `${name}.jpg`,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue