Skip to content

imageFromBase64

imageFromBase64(data, mediaType): ImageContentPart

Defined in: core/input-content.ts:176

Create an image content part from base64-encoded data.

string

Base64-encoded image data

ImageMimeType

MIME type of the image

ImageContentPart

const part = imageFromBase64(base64Data, "image/jpeg");