diff --git a/libsquoosh/src/codecs.ts b/libsquoosh/src/codecs.ts index ca905f9b..0517f217 100644 --- a/libsquoosh/src/codecs.ts +++ b/libsquoosh/src/codecs.ts @@ -32,7 +32,7 @@ interface ResizeWithAspectParams { export interface ResizeOptions { width: number; height: number; - method: 'triange' | 'catrom' | 'mitchell' | 'lanczos3'; + method: 'triangle' | 'catrom' | 'mitchell' | 'lanczos3'; premultiply: boolean; linearRGB: boolean; }