Modules
Batteries-included paged comic reader for Phoenix — manga-style
page/spread reading on top of
fresco's pan-zoom canvas.
Reader controller for the combined paged + strip surface. show/2
dispatches by the series' saved reading mode (per device): paged /
double-page renders the fresco canvas reader here; scroll delegates
to Manhwa.ReaderController.strip/2. Everything else on the route
surface is shared and delegates to the manhwa core.
View module for the paged reader page, plus the canvas/spread helpers the paged engine is built on.
Mounts the full (paged + strip) reader — the same route surface as
Manhwa.Router.manhwa_reader/2, dispatched through
Manga.ReaderController so each series renders in its saved reading
mode (paged/double-page via fresco, scroll via the manhwa strip).