This commit is contained in:
Manav Rathi 2024-04-24 13:45:56 +05:30
parent 7dba4c0af4
commit 5f146aa597
No known key found for this signature in database

View file

@ -333,7 +333,7 @@ export const getRenderableImage = async (fileName: string, imageBlob: Blob) => {
} }
} }
if (!isFileHEIC(exactType)) { if (isFileHEIC(exactType)) {
// If it is an HEIC file, use our web HEIC converter. // If it is an HEIC file, use our web HEIC converter.
return await heicToJPEG(imageBlob); return await heicToJPEG(imageBlob);
} }