Mark back as unstable

This commit is contained in:
Ingvar Stepanyan
2020-11-02 17:39:19 +00:00
committed by Ingvar Stepanyan
parent 8155fc2f1f
commit 2c560659a7

View File

@@ -8,7 +8,7 @@ export interface EncodeOptions {
export interface EncoderState { type: typeof type; options: EncodeOptions; }
export const type = 'wp2';
export const label = 'WebP 2 (beta)';
export const label = 'WebP 2 (unstable)';
export const mimeType = 'image/webp2';
export const extension = 'wp2';
export const defaultOptions: EncodeOptions = {