From 73f2b9d98b3268f45629b61dc41a2d89e15f5072 Mon Sep 17 00:00:00 2001 From: NB <47492535+altmshfkgudtjr@users.noreply.github.com> Date: Tue, 20 Apr 2021 00:56:05 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4142498..22b5878 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,9 @@ You can see also Types for React-Epub-Viewer [here](https://github.com/altmshfkg ### EpubViewer Props -- `ref` [RefObject] Viewer Ref +- `ref` - [RefObject] Viewer Ref -- `url` [string] - Epub file path +- `url` - [string] - Epub file path - `epubFileOptions` - [[object](http://epubjs.org/documentation/0.3/#book)] Epub file option (Epub.js BookOption) - `epubOptions` - [[object](http://epubjs.org/documentation/0.3/#rendition)] Epub viewer option (Epub.js RenditionOption) - `style` - [object] Epub wrapper style @@ -114,9 +114,9 @@ You can see also Types for React-Epub-Viewer [here](https://github.com/altmshfkg ### ReactEpubViewer Props -- `ref` [RefObject] Viewer Ref +- `ref` - [RefObject] Viewer Ref -- `url` [string] - Epub file path +- `url` - [string] Epub file path - `viewerLayout` - [object] Viewer layout values (header height, footer height, etc...) - `viewerOption` - [object] Viewer option (whether is flow or is spread) - `onBookInfoChange` - [function] Run when book information changed