Join Slack
Communities
Powered by
How can I render epub files on Multiplatform? Are ...
# compose
a
adambrangenberg
07/17/2024, 8:42 PM
How can I render epub files on Multiplatform? Are there any Parsers or do I need to make my own one? I only found one which is Android-only :/
m
Mark Murphy
07/17/2024, 9:10 PM
EPUB is HTML and some metadata files for things like the table of contents. So, for rendering, you could try
https://github.com/KevinnZou/compose-webview-multiplatform
. For parsing, you could try
https://github.com/B1ays/epub4j-kotlin
.
a
adambrangenberg
07/27/2024, 8:55 PM
Okay, thanks! :D
153
Views
Open in Slack
Previous
Next