• Returns the mime type of the given image source. Null will be returned if the mime type is unknown or if its an unsupported type.

    Parameters

    • pImageSrc: string | Blob | File

    Returns Promise<ImageMimeType | null>

Generated using TypeDoc