My <EXIF viewer> (made with Kotlin/WASM) now also ...
# feed
s
My EXIF viewer (made with Kotlin/WASM) now also supports the display of PNG text chunks. A user requested this to check for stable diffusion generation parameters and I hope this is useful for some of you, too. 🙂
K 13
s
Nice work! Wish Jetbrains has focused more on building compose html (DOM) with wasmjs instead of canvas. Even though we can reuse compose android APIs, it comes with huge tradeoffs. Nobody it our company wants canvas based web app (same for flutter).
s
Thank you! 🙂 I concur that having HTML support for wasmJS, similar to what we have for JS, would have been a valuable addition. I wondered myself about the lack of this function. Ultimately, my preference is for a Canvas-based web app, primarily because Ashampoo Photos is constructed using that technology. I possess substantial amounts of UI code that I aim to reuse for the web without the need to create a dedicated UI from scratch.