How can I render epub files on Multiplatform? Are ...
# compose
a
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
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
Okay, thanks! :D
153 Views