First attempt at Oxipng

This commit is contained in:
Surma
2019-02-05 19:40:22 +00:00
parent cb16fb5437
commit 8faf8a5b48
19 changed files with 547 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ export interface EncodeOptions {
}
export interface EncoderState { type: typeof type; options: EncodeOptions; }
export const type = 'png';
export const type = 'optipng';
export const label = 'OptiPNG';
export const mimeType = 'image/png';
export const extension = 'png';