mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Fix localforage require
This commit is contained in:
parent
e07d2b6efb
commit
deda82d2a9
3 changed files with 36 additions and 22 deletions
3
types/book.d.ts
vendored
3
types/book.d.ts
vendored
|
@ -23,7 +23,8 @@ export interface BookOptions {
|
|||
encoding?: string,
|
||||
replacements?: string,
|
||||
canonical?: (path: string) => string,
|
||||
openAs?: string
|
||||
openAs?: string,
|
||||
store?: string
|
||||
}
|
||||
|
||||
export default class Book {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue