mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 11:09:41 +00:00
Rename to "WebP 2 (beta)"
This commit is contained in:
committed by
Ingvar Stepanyan
parent
c5446f234c
commit
8155fc2f1f
@@ -8,7 +8,7 @@ export interface EncodeOptions {
|
||||
export interface EncoderState { type: typeof type; options: EncodeOptions; }
|
||||
|
||||
export const type = 'wp2';
|
||||
export const label = 'WP2 (unstable)';
|
||||
export const label = 'WebP 2 (beta)';
|
||||
export const mimeType = 'image/webp2';
|
||||
export const extension = 'wp2';
|
||||
export const defaultOptions: EncodeOptions = {
|
||||
|
||||
Reference in New Issue
Block a user