ImageData
type ImageData = object
Description
An object containing the information about the base64 encoded png image.
Properties
- src
string
The image source in the base64 format.
- width
number
The image width in pixels.
- height
number
The image height in pixels.
- replaceMode
ReplaceImageMode
Specifies how to adjust the image object in case of replacing the selected image.