Set default to 1

This commit is contained in:
Surma
2020-08-28 12:46:07 +01:00
parent 73e2b60a50
commit 16f0cc3c10

View File

@@ -12,5 +12,5 @@ export const extension = 'jxl';
// These come from struct WebPConfig in encode.h.
export const defaultOptions: EncodeOptions = {
speed: 1,
quality: 0.5,
quality: 1,
};