add image smoothing medium when auto scaling images

pull/2242/head
Audric Ackermann 3 years ago
parent 01bb200b24
commit c6d66ea111
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -190,6 +190,7 @@ export async function autoScale<T extends { contentType: string; blob: Blob }>(
orientation: 1,
aspectRatio: makeSquare ? 1 : undefined,
canvas: true,
imageSmoothingQuality: 'medium',
};
perfStart(`loadimage-*${blob.size}`);

Loading…
Cancel
Save