- 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.
- 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 ).