Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.33 KB

Manga Reader

A simple and useful manga reader in JS.

English | Português BR

How Test?

You can test here with some example pages.

If you prefer a more complete test, please feel free to download the project and any manga you prefer, just follow the basic instructions bellow:

  1. Download any manga and add on manga folder
  2. Go to file src/main.js, edit user settings, from line 7 to 10.
    • total_pages - Total pages the chapter has
    • manga_name - Manga's name
    • filename - File's name (they all need has the same name, only diff by the page number, ex: 1.filename.jpg, 2.filename.jpg, etc.)
    • source - Manga's folder (recommended use the default manga folder inside project)
  3. Open the file window.html on navegador and now just use it!

Why?

This code was made based on my own experiences reading mangas, absorving the best and wrost practices of each tools, the objetive is build a great tool that users can easly use and enjoy.

TO-DO

  • Be able to read PDF as well
  • Add locale

Authors

License

This project is licensed under MIT - see the LICENSE file for details