detectImageMimeType
detectImageMimeType(
data):ImageMimeType|null
Defined in: core/input-content.ts:237
Detect the MIME type of image data from magic bytes.
Parameters
Section titled “Parameters”Raw image data
Buffer<ArrayBufferLike> | Uint8Array<ArrayBufferLike>
Returns
Section titled “Returns”ImageMimeType | null
Detected MIME type or null if unknown