create Image Shape
fun createImageShape(imageData: ByteArray?, imageSrc: String?, width: Int, height: Int, canvasCenter: Offset, userId: String): WhiteboardShape
Creates a WhiteboardShape for an uploaded image.
Parameters
image Data
Image data as ByteArray
image Src
Image URL or file path
width
Image width
height
Image height
canvas Center
Center point to place the image