A simple reader application for the Darths and Droids webcomic.
The application was originally designed for the Microsoft Surface but is compatible with all screen sizes.
- provides support for touch, mouse and keyboard input
- allows you to continue where you last left off
- allows you to jump to specific pages
- automatically pulls new comics when available
- automatically resizes to any screen size (tablet and up is recommended)
Comic pages used with permission
Portrait is the recommended orientation for tablets. Tapping or clicking on the comic will temporarily show on-screen controls.
The on-screen controls display the current page number (bottom), allow for pagination (left, right) and allow jumps to a specific page (top).
Pro tip: pagination can also be performed using touch swipes or the arrow keys on your keyboard!
The reader will automatically resize the comic to fit any screen size. Left over screen area is used to enhance the comic itself.
The project is designed to run with or without electron.
Use a prebuilt executable or build the project yourself.
Simply open src/index.html
in your browser.
Run npm i
to install dependencies. Please see the scripts
section of package.json
for available commands to build and run this project with electron.
node
withnpm
(https://nodejs.org/)electron-forge
(https://electronforge.io)
This project is licensed under the CC BY-NC-SA 4.0 license. See the LICENSE file for details.