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 1ba299c7a8 Setting auto deploy github page 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 Setting auto deploy github page 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 Setting auto deploy github page 3 years ago
tsconfig.json modules alpha version init 3 years ago
yarn.lock Setting auto deploy github page 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