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