bok-reader 0.1.7 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/bok.es.js +152 -146
- package/dist/bok.umd.js +32 -27
- package/package.json +6 -5
- /package/dist/{style.css → main.css} +0 -0
package/README.md
CHANGED
|
@@ -19,7 +19,6 @@ yarn add bok
|
|
|
19
19
|
```jsx
|
|
20
20
|
import React from "react";
|
|
21
21
|
import { BokReader } from "bok-reader";
|
|
22
|
-
import "bok-reader/dist/style.css"; // this css file is absolutely necessary to render the component properly
|
|
23
22
|
|
|
24
23
|
function MyBookViewer() {
|
|
25
24
|
const epubUrl = "https://www.path.com/to/your/book.epub"; // Can be a URL, File object, or ArrayBuffer
|