LibReader

LibReader is an experimental manga reader written in Rust, leveraging WebAssembly (WASM) to deliver a smooth, high-performance reading experience — entirely within the browser and without the need for any backend processing.

Controls

⬅ Press Left Arrow: Previous Panel

➡ Press Right Arrow: Next Panel

🖱 Click on Image: Move to Next Panel

Note

Algorithm is a modified version of kumiko, but modified to run ~40x faster than available implementation. This demo showcases the potential of using image processing directly inside browser, Used Algorithm has issues and inaccuracies, espacially with large panels. The v2 would provide a much more robust algorithm designed to work on wide range of mangas.