mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 03:00:13 +00:00
Add all kinds of mipmap options
This commit is contained in:
2
codecs/basis/enc/basis_enc.d.ts
vendored
2
codecs/basis/enc/basis_enc.d.ts
vendored
@@ -6,6 +6,8 @@ export interface EncodeOptions {
|
||||
mipmap: boolean;
|
||||
srgb_mipmap: boolean;
|
||||
perceptual: boolean;
|
||||
mipmap_filter: string;
|
||||
mipmap_min_dimension: number;
|
||||
}
|
||||
|
||||
export interface BasisModule extends EmscriptenWasm.Module {
|
||||
|
||||
Reference in New Issue
Block a user