From ff9035f85f3f19075b6d1c20d60fec07a6f4e21e Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 15 Oct 2025 21:41:32 +0200 Subject: [PATCH] add screenshots --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 425fb61..502e646 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,20 @@ may not work for all EPUB files yet. It uses a modified version of the unmaintained but the best I could find to parse EPUBs. Find it in the `pkg/epub/` directory. +## Screenshots + +- Viewing an ebook in dark mode +![Screenshot](https://github.com/TLINDEN/epuppy/blob/main/.github/assets/darkmode.png) + +- Viewing an ebook in light mode +![Screenshot](https://github.com/TLINDEN/epuppy/blob/main/.github/assets/lightmode.png) + +- You can interactively adjust text width +![Screenshot](https://github.com/TLINDEN/epuppy/blob/main/.github/assets/margin.png) + +- Showing the help +![Screenshot](https://github.com/TLINDEN/epuppy/blob/main/.github/assets/darkmode.png) + ## Installation ### Installation from source