All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.canvas.CanvasLineJoin.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package web.canvas

// language=JavaScript
@JsName("""(/*union*/{bevel: 'bevel', miter: 'miter', round: 'round'}/*union*/)""")
external enum class CanvasLineJoin {
    bevel,
    miter,
    round,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy