mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 17:49:52 +00:00
Add perceptual and srgb mipmap flag
This commit is contained in:
@@ -22,4 +22,6 @@ export const defaultOptions: EncodeOptions = {
|
||||
compression: 2,
|
||||
uastc: false,
|
||||
mipmap: false,
|
||||
srgb_mipmap: false,
|
||||
perceptual: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user