
jsMain.web.canvas.createImageBitmap.kt Maven / Gradle / Ivy
package web.canvas
import kotlin.js.Promise
external fun createImageBitmap(
image: ImageBitmapSource,
options: ImageBitmapOptions = definedExternally,
): Promise
external fun createImageBitmap(
image: ImageBitmapSource,
sx: Int,
sy: Int,
sw: Int,
sh: Int,
options: ImageBitmapOptions = definedExternally,
): Promise
© 2015 - 2025 Weber Informatics LLC | Privacy Policy