Update Sharp to the latest version, v0.27.0

This commit is contained in:
Evan Hahn 2021-01-21 12:13:23 -06:00 committed by Scott Nonnenberg
parent 9f6e9ba47d
commit ca669a2638
4 changed files with 183 additions and 174 deletions

View file

@ -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>;