Support rendering in a web browser
litrik opened this issue · 1 comments
litrik commented
"Compose for Web on Canvas/Skia/Wasm" seems to like to way to go.
See also:
litrik commented
Some dependencies do not support web/JS:
ktor-server
Is only supported on the JVM. See https://ktor.io/docs/engines.html
This probably means some refactoring is needed in order to keep all code related to the admin server out of common
ktor-client
Requires using the Js
engine. See https://ktor.io/docs/http-client-engines.html
kamel
An alternative way to load remote images is needed. Maybe like this?