mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Updated hypothes.is examples
This commit is contained in:
parent
e9d7e79158
commit
f3a2f21fb3
2 changed files with 34 additions and 10 deletions
|
@ -196,7 +196,7 @@
|
|||
var url = params && params.get("url") && decodeURIComponent(params.get("url"));
|
||||
|
||||
// Load the opf
|
||||
var book = ePub(url || window.location.protocol + "//s3.amazonaws.com/epubjs/books/alice/OPS/package.opf");
|
||||
var book = ePub(url || window.location.protocol + "//s3.amazonaws.com/epubjs.org/books/moby-dick-hypothesis-demo.epub");
|
||||
var rendition = book.renderTo("viewer", {
|
||||
flow: "scrolled-doc",
|
||||
ignoreClass: "annotator-hl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue