mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 18:19:47 +00:00
Set default JXL encoder speed to 5
This commit is contained in:
@@ -11,6 +11,6 @@ export const mimeType = 'image/jpegxl';
|
|||||||
export const extension = 'jxl';
|
export const extension = 'jxl';
|
||||||
// These come from struct WebPConfig in encode.h.
|
// These come from struct WebPConfig in encode.h.
|
||||||
export const defaultOptions: EncodeOptions = {
|
export const defaultOptions: EncodeOptions = {
|
||||||
speed: 1,
|
speed: 5,
|
||||||
quality: 1,
|
quality: 1,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user