createImageBitmap
inline suspend fun createImageBitmap(image: ImageBitmapSource, options: ImageBitmapOptions?): ImageBitmap(source)
inline suspend fun createImageBitmap(image: ImageBitmapSource, sx: Int, sy: Int, sw: Int, sh: Int, options: ImageBitmapOptions?): ImageBitmap(source)
inline suspend fun createImageBitmap(image: ImageBitmapSource, sx: Int, sy: Int, sw: Int, sh: Int): ImageBitmap(source)