Skip to content

ImageFormat

type ImageFormat = "png" | "jpg" | "jpeg" | "gif" | "webp";

Defined in: src/mime.ts:7

MIME type utilities for media format detection and conversion.

Provides bidirectional mapping between media formats and MIME types.