Update heic-convert to 2.1.0

This commit is contained in:
Fedor Indutny 2024-08-05 13:26:40 -07:00 committed by GitHub
parent c4f0db0307
commit 610e441de9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 27 additions and 27 deletions

View file

@ -13,7 +13,7 @@ export type WrappedWorkerRequest = {
export type WrappedWorkerResponse = {
readonly uuid: string;
readonly error: string | undefined;
readonly response?: File;
readonly response?: Buffer;
};
export function getHeicConverter(): (