Hello, fellow Compose Multiplatform for Web users!
π£ We are conducting a survey to better understand your use cases, experiences, and needs. π£
Please take 5-10 minutes to share your feedback. Your input will really help guide our ongoing and future efforts.
Thank you in advance for your contribution!
K 7
πΈοΈ 6
β 5
π 1
s
Stefan Oltmann
01/23/2024, 9:08 AM
One option is missing: HTML with Kotlin/WASM backend.
Thatβs what I use for https://stefan-oltmann.de/exif-viewer after I found that the Canvas is not yet ready for what I want to achieve.
π 2
b
bashor
01/23/2024, 11:19 AM
@Stefan Oltmann what do you use for HTML generation? DOM API from stdlib or something else?
s
Stefan Oltmann
01/23/2024, 1:34 PM
StringBuilder mostly π π«£
Yes, DOM API for the parts where I did it correctly.