Skip to content

Epub viewer on Electron that support text translation.

License

Notifications You must be signed in to change notification settings

azu/mu-epub-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mu-epub-reader

Epub viewer using Electron.

This application is forked of futurepress/epubjs-reader: Epub.js Reader.

Differences

  • 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

Installation

Download app from artifacts and Install it.

📝 This app is not signed. So, it will appear warning about un-signed app.

Development

Build electron app

npm install
npm run dist
# output .app to dist/

Related

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT