mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Added ePub() function, book.destroy, moved reader dev to demo folder
This commit is contained in:
parent
53955612ca
commit
660d570c02
28 changed files with 236 additions and 90 deletions
|
@ -69,7 +69,7 @@
|
|||
<script>
|
||||
"use strict";
|
||||
|
||||
var Book = new EPUBJS.Book("../demo/moby-dick/");
|
||||
var Book = ePub("../demo/moby-dick/");
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue