This looks really good, in particular the method used and resulting output seems great. Unlike Flutter Web, Jetpack seems to output reasonable HTML(which will result in better accessibilty). In particular I loved this:<p><pre><code> They try to approximate the behavior of the canvas-based implementations used in the other Jetpack Compose targets. Under the hood, they recreate the look and feel of the components on top of the DOM, under the constraints of the browser layout engine.
</code></pre>
This seems to recognise that you'll not get a pixel perfect result, but that's okay because the web isn't a blank canvas.