imageFromBase64
imageFromBase64(
data,mediaType):ImageContentPart
Defined in: core/input-content.ts:176
Create an image content part from base64-encoded data.
Parameters
Section titled “Parameters”string
Base64-encoded image data
mediaType
Section titled “mediaType”MIME type of the image
Returns
Section titled “Returns”Example
Section titled “Example”const part = imageFromBase64(base64Data, "image/jpeg");