CanvasKit is certainly an interesting option which...
# compose-web
j
CanvasKit is certainly an interesting option which would unlock the ability to re-use the vast majority of Android/Desktop composables in the web browser, allowing for more unified UI and decreased development costs. It comes with the drawback that because it isn't using native DOM elements, it wouldn't feel quite consistent with the rest of the web. So it's a balancing act. Initial explorations appear to be more focused on targeting DOM elements, rather than drawing to a CanvasKit canvas, but if you would be interested in exploring the later (eg. adding CanvasKit bindings to Skiko would be a great first step), I think everyone would be super excited to see that happening.