Does anyone have a link to Skiko documentation? I wasn't able to find it through the repository.
I'd like to use KMP to generate some wasm components that I can embed in a website. These components will have very custom UIs, so Compose isn't a great fit. I know I could also use Canvas, but I'd like to try using Skiko directly.
n
Nick
06/29/2024, 2:16 AM
have you taken a look at #doodle (disclaimer, i’m the author)? it supports web (JS, and WASM) and desktop (via sSkiko).
https://nacular.github.io/doodle
🔥 1
j
Jared Warren
06/29/2024, 5:30 AM
Wow, starred. Thanks for the share! Those are some impressive demos! Surprised I'd never heard of it
❤️ 1
n
Nick
06/29/2024, 5:46 AM
Please share any feedback you have if you try it out. The #doodle channel is a good place to get help as well.