Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfop02/manga-reader
A simple and useful manga reader made in JS
https://github.com/dfop02/manga-reader
images javascript manga manga-reader reader
Last synced: 20 days ago
JSON representation
A simple and useful manga reader made in JS
- Host: GitHub
- URL: https://github.com/dfop02/manga-reader
- Owner: dfop02
- License: mit
- Created: 2022-07-15T13:27:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T23:33:42.000Z (10 months ago)
- Last Synced: 2024-04-02T00:33:21.082Z (10 months ago)
- Topics: images, javascript, manga, manga-reader, reader
- Language: JavaScript
- Homepage:
- Size: 703 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Manga Reader
A simple and useful manga reader in JS.[English](https://github.com/dfop02/manga-reader/blob/main/README.md) | [Português BR](https://github.com/dfop02/manga-reader/blob/main/README.pt-BR.md)
### How Test?
You can test [here](https://dfop02.github.io/manga-reader/window.html) 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
* [Diogo Fernandes](https://github.com/dfop02)
### License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details