Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HadrienGardeur/comics-viewer
Proof of concept for a Comics Viewer
https://github.com/HadrienGardeur/comics-viewer
comics webpub
Last synced: 2 months ago
JSON representation
Proof of concept for a Comics Viewer
- Host: GitHub
- URL: https://github.com/HadrienGardeur/comics-viewer
- Owner: HadrienGardeur
- License: mit
- Archived: true
- Created: 2016-10-16T13:37:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T22:19:49.000Z (over 8 years ago)
- Last Synced: 2024-08-02T08:06:46.904Z (6 months ago)
- Topics: comics, webpub
- Language: JavaScript
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-readium - comics-viewer - an `img` based navigator for comics, written in JS (Examples & Experiments)
README
# Comics Viewer
This project is a proof of concept for handling the [Comics Manifest](https://github.com/HadrienGardeur/comics-manifest) in a Web App.
The viewer is a simple Web App that does the following things:
- display the images of the comics in an `img` element
- cache the resources listed in the manifest for offline viewing
- serves the resources using a simple "network then cache" policy with a Service Worker
- navigate between the pages using swipes or previous/next links##Live Demo
A live demo of the viewer is available at: https://hadriengardeur.github.io/webpub-manifest/examples/comics-viewer