forked from external-repos/squoosh
Set default to 1
This commit is contained in:
@@ -12,5 +12,5 @@ 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: 1,
|
||||||
quality: 0.5,
|
quality: 1,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user