mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 00:37:19 +00:00
Fix typo in triangle
This commit is contained in:
@@ -32,7 +32,7 @@ interface ResizeWithAspectParams {
|
|||||||
export interface ResizeOptions {
|
export interface ResizeOptions {
|
||||||
width: number;
|
width: number;
|
||||||
height: number;
|
height: number;
|
||||||
method: 'triange' | 'catrom' | 'mitchell' | 'lanczos3';
|
method: 'triangle' | 'catrom' | 'mitchell' | 'lanczos3';
|
||||||
premultiply: boolean;
|
premultiply: boolean;
|
||||||
linearRGB: boolean;
|
linearRGB: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user