Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardsletten committed Dec 16, 2019
1 parent 01e0e05 commit 32850fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ class App extends Component {
- `locationChanged` [func] - a function that recives the current location while user is reading
- `tocChanged` [func] - when the the reader has parsed the book you will recive an array of the chapters
- `styles` [object] - override the default styles
- `epubOptions` [object] - pass custom properties to the epub rendition, see [epub.js](http://epubjs.org/documentation/0.3/#epub)
- `epubInitOptions` [object] - pass custom properties to the epub init function, see [epub.js bookrenderto](http://epubjs.org/documentation/0.3/#bookrenderto)
- `epubInitOptions` [object] - pass custom properties to the epub init function, see [epub.js](http://epubjs.org/documentation/0.3/#epub)
- `epubOptions` [object] - pass custom properties to the epub rendition, see [epub.js's book.renderTo function](http://epubjs.org/documentation/0.3/#bookrenderto)
- `getRendition` [func] - when epubjs has rendered the epub-file you can get access to the epubjs-rendition object here

#### Usage in cordova
Expand Down

0 comments on commit 32850fb

Please sign in to comment.