Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 741 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 741 Bytes

Manga/Manhua Downloader

  • Download your favorite Webtoons.
  • Keep track of the mangas you've read and download updated chapters weekly.
  • Search between varoius websites.
  • Merge downloaded Webtoons into one or two images.
  • Convert downloaded Webtoons into PDF file.
  • Search and find what you want.
  • find sauce of an image.

Additional Informations

  • After cloning the repository use yarn tauri dev to run the app.
  • To build the executable files run yarn tauri build.
  • To build the modules library run cargo build -p modules --release --config modules\.cargo\config.toml.
  • use upx --best modules command to compress the binary file ( Add --lzma in windows for better compression ).