Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rendering in a web browser #19

Open
litrik opened this issue Jan 5, 2023 · 1 comment
Open

Support rendering in a web browser #19

litrik opened this issue Jan 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@litrik
Copy link
Owner

litrik commented Jan 5, 2023

"Compose for Web on Canvas/Skia/Wasm" seems to like to way to go.

See also:

@litrik litrik added the enhancement New feature or request label Jan 5, 2023
@litrik litrik self-assigned this Jan 5, 2023
@litrik
Copy link
Owner Author

litrik commented Jan 5, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant