Skip to content

Home > @ailer/pocket > imageToDataURI

imageToDataURI() function

将 HTML 图像元素转换为数据 URI

Signature:

typescript
imageToDataURI: (img: HTMLImageElement, type?: string) => string

Parameters

Parameter

Type

Description

img

HTMLImageElement

HTMLImageElement 对象,表示需要转换为数据 URI 的图像

type

string

(Optional) 图像的 MIME 类型。默认为 "image/png"

**Returns:**

string

作为参数传递的图像的数据 URI

在 MIT 许可下发布