Skip to content

Commit 17f1059

Browse files
committed
Merge branch 'v3-branch' of github.com:humanmade/tachyon into v3-branch
2 parents ae5bed3 + baa06dc commit 17f1059

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,12 @@ function applyZoomCompression( defaultValue: number, zoom: number ): number {
116116
return clamp( value, min, defaultValue );
117117
}
118118

119-
type ResizeBufferResult = { data: Buffer; info: sharp.OutputInfo & { errors: string } };
119+
type ResizeBufferResult = {
120+
data: Buffer;
121+
info: sharp.OutputInfo & {
122+
errors: string;
123+
}
124+
};
120125

121126
/**
122127
* Resize a buffer of an image.

0 commit comments

Comments
 (0)