You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
NB 481fa28274 Remove unncessary pacakge 3 years ago
public modules alpha version init 3 years ago
src Add ViewerRef type 3 years ago
.babelrc modules alpha version init 3 years ago
.gitignore modules alpha version init 3 years ago
.npmignore modules alpha version init 3 years ago
LICENSE Initial commit 3 years ago
README.md modules alpha version init 3 years ago
package.json Remove unncessary pacakge 3 years ago
tsconfig.json modules alpha version init 3 years ago
yarn.lock Remove unncessary pacakge 3 years ago

README.md

react-epub-viewer

Epub Viewer for React.js powered by Epub.js

EpubViewer

If you put ref as an argument, the module will register the viewer as an iframe in the ref. Also, there are some functions written in the ref by default.

  • handleKeyPress Function
  • onLocationChange Function
  • selectionChanged Function

ReactViewer

  • onTocChange Event
  • onBookInfoChange Event
  • onPageChange Event
  • onSelection Event
    • Fire with mouseup event
  • Custom Loading Component