Skip to content

Documentation / @agentick/shared / ImageMimeType

Enumeration: ImageMimeType ​

Defined in: block-types.ts:88

Enumeration Members ​

GIF ​

GIF: "image/gif"

Defined in: block-types.ts:91


JPEG ​

JPEG: "image/jpeg"

Defined in: block-types.ts:89


PNG ​

PNG: "image/png"

Defined in: block-types.ts:90


WEBP ​

WEBP: "image/webp"

Defined in: block-types.ts:92

Released under the ISC License.