Skip to content
On this page

Home > entanclature > Meta

Meta type

An array, describe how to transform the images.

Signature:

typescript
export declare type Meta = Decoded["meta"];

References: Decoded

Remarks

Each element of the array corresponds to a picture. At the same time, the first element of the array is the original image.

type is the MIME type of the image. quality is the quality of the image (allowed to be empty).

Released under the CC-BY-SA-4.0 License.