remove testing changes

This commit is contained in:
Abhinav 2023-06-09 11:57:07 +05:30
parent f146b8f01a
commit 6a26cce94d

View file

@ -359,7 +359,6 @@ export async function getPlayableVideo(
export async function getRenderableImage(fileName: string, imageBlob: Blob) { export async function getRenderableImage(fileName: string, imageBlob: Blob) {
try { try {
throw Error('not implemented');
const tempFile = new File([imageBlob], fileName); const tempFile = new File([imageBlob], fileName);
const { exactType } = await getFileType(tempFile); const { exactType } = await getFileType(tempFile);
let convertedImageBlob: Blob; let convertedImageBlob: Blob;