Skip to content

Commit

Permalink
chore(typings): Add typings for JpegBufferParams.progressive per #31
Browse files Browse the repository at this point in the history
…and EyalAr#245.
  • Loading branch information
randytarampi committed Apr 28, 2020
1 parent 987c10e commit 7a83074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export function create(width: number, height: number, color: Color, callback: Im

export type JpegBufferParams = {
quality?: number;
progressive ?: boolean;
};

export type PngBufferParams = {
Expand Down

0 comments on commit 7a83074

Please sign in to comment.