litrik/displayer

Support rendering in a web browser

litrik opened this issue · 1 comments

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?