A minimal CBZ/ZIP reader for webtoons and comics.
- Drop or click to open CBZ/ZIP files
- Gapless scrolling for webtoons
- Page navigation
- Light/dark theme
- Works offline (PWA)
- Curvomorphic UI design
- Open the app in a browser
- Drop a CBZ or ZIP file onto the page, or click to browse
- Scroll vertically through pages
- Use the page list to jump to specific pages
- Toggle theme in settings
- Arrow Up / k - scroll up
- Arrow Down / j - scroll down
- Vanilla JS
- JSZip for archive handling
- Vite for building
- PWA support
Change colors in styles/styles.css by editing the root block at the top.
cd Build
npm install
npm run buildFor single file output:
SINGLE_FILE=true npm run build