Update Sharp to the latest version, v0.27.0
This commit is contained in:
parent
9f6e9ba47d
commit
ca669a2638
4 changed files with 183 additions and 174 deletions
|
@ -16,7 +16,7 @@ export type StickerImageData = {
|
|||
buffer: Buffer;
|
||||
src: string;
|
||||
path: string;
|
||||
meta: Metadata & { pages?: number }; // Pages is not currently in the sharp metadata type
|
||||
meta: Metadata;
|
||||
};
|
||||
|
||||
type ProcessStickerImageFn = (path: string) => Promise<StickerImageData>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue