revert to jpeg

This commit is contained in:
Abhinav 2022-03-09 13:14:32 +05:30
parent 34efd0362d
commit 9b53942257

View file

@ -29,7 +29,7 @@ class HEICConverter {
});
}
}
async convert(fileBlob: Blob, format = 'PNG'): Promise<Blob> {
async convert(fileBlob: Blob, format = 'JPEG'): Promise<Blob> {
await this.ready;
const response = this.convertProcessor.queueUpRequest(async () => {
const { id, worker } = this.workerPool.shift();