The web is currently the most developed Coracle renderer and is used to generate all the examples on this website.
import examples.basics.HelloCoracleDrawing
fun main() {
HelloCoracleDrawing()
.renderer(WebRenderer("coracle_canvas"))
.start()
}
ctrl-R
MacOS: ⌃R
) to compile the drawing and open in your default browser/coracle/coracleweb/build/distributions
coracle_canvas