@yireen/squoosh-browser
Version:
An image compression tool run in browser while @squoosh/lib can not.
16 lines (15 loc) • 325 B
JavaScript
export const label = 'AVIF';
export const mimeType = 'image/avif';
export const extension = 'avif';
export const defaultOptions = {
cqLevel: 33,
cqAlphaLevel: -1,
denoiseLevel: 0,
tileColsLog2: 0,
tileRowsLog2: 0,
speed: 6,
subsample: 1,
chromaDeltaQ: false,
sharpness: 0,
tune: 0,
};