Rename to "WebP 2 (beta)"

This commit is contained in:
Ingvar Stepanyan
2020-11-02 17:35:01 +00:00
committed by Ingvar Stepanyan
parent c5446f234c
commit 8155fc2f1f

View File

@@ -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 = {