mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 11:39:08 +00:00
Hook up options UI to quantizer
This commit is contained in:
@@ -11,7 +11,6 @@ export interface QuantizeOptions {
|
||||
dither: number;
|
||||
}
|
||||
|
||||
// These come from struct WebPConfig in encode.h.
|
||||
export const defaultOptions: QuantizeOptions = {
|
||||
maxNumColors: 256,
|
||||
dither: 1.0,
|
||||
|
||||
Reference in New Issue
Block a user