mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
added settings pane
This commit is contained in:
parent
df2d006ec2
commit
3bfadb2abc
4 changed files with 153 additions and 11 deletions
|
@ -24,10 +24,10 @@
|
|||
EPUBJS.VERSION = "0.1.6";
|
||||
|
||||
EPUBJS.filePath = "js/libs/";
|
||||
EPUBJS.cssPath = "css/";
|
||||
EPUBJS.cssPath = "../demo/css/";
|
||||
// fileStorage.filePath = EPUBJS.filePath;
|
||||
|
||||
window.Reader = ePubReader("../demo/moby-dick/", { reload: true });
|
||||
ePubReader("../demo/moby-dick/");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue