https://github.com/lrusso/tinyepubreader
Tiny EPUB Reader developed in JavaScript
https://github.com/lrusso/tinyepubreader
epub html5 javascript web
Last synced: about 1 year ago
JSON representation
Tiny EPUB Reader developed in JavaScript
- Host: GitHub
- URL: https://github.com/lrusso/tinyepubreader
- Owner: lrusso
- Created: 2020-01-16T03:02:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T02:17:00.000Z (over 3 years ago)
- Last Synced: 2023-02-28T19:22:17.143Z (over 3 years ago)
- Topics: epub, html5, javascript, web
- Language: JavaScript
- Homepage:
- Size: 1.45 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny EPUB Reader
Tiny EPUB Reader developed in JavaScript.

## Web:
https://lrusso.github.io/TinyEPUBReader/TinyEPUBReader.htm
## Main differences with epub.js
* Android and iOS compatibility.
* Swipe feature in mobile devices.
* Google Play Books theme implementation.
* Bugfix when redirecting to a CFI using a URL.
## Based on the work of:
https://github.com/futurepress/epub.js **(Commit 19 Dec 2019)**