Set default to 1

This commit is contained in:
Surma
2020-08-28 12:46:07 +01:00
committed by Ingvar Stepanyan
parent 045cb14c54
commit c2218bce90

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,
};