# manga v0.1.0 - Table of Contents

> Batteries-included paged comic reader for Phoenix — manga-style page/spread reading on fresco's pan-zoom canvas: double-page spreads, RTL/LTR direction, rotation, page overrides, and in-place chapter swaps. Builds on the manhwa package's reader core.

## Pages

- [Manga](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [Manga](Manga.md): Batteries-included paged comic reader for Phoenix — manga-style
page/spread reading on top of
[`fresco`](https://hex.pm/packages/fresco)'s pan-zoom canvas.
- [Manga.ReaderController](Manga.ReaderController.md): 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.

- [Manga.ReaderHTML](Manga.ReaderHTML.md): View module for the paged reader page, plus the canvas/spread
helpers the paged engine is built on.

- [Manga.Router](Manga.Router.md): 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).

