mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
Fix typo in triangle
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user