Epub viewer using Electron.
This application is forked of futurepress/epubjs-reader: Epub.js Reader.
- Integrate Google Translation
- Scroll Shortcuts:
- j or Space: Scroll down
- k or Shift+Space: Scroll up
- One column mode: continuous scroll like PDF
- Open file with arguments
Download app from artifacts and Install it.
📝 This app is not signed. So, it will appear warning about un-signed app.
Build electron app
npm install
npm run dist
# output .app to dist/
- Epub.js library
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT