Update heic-convert to 2.1.0
This commit is contained in:
parent
c4f0db0307
commit
610e441de9
6 changed files with 27 additions and 27 deletions
|
@ -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(): (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue