mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Mon Sep 28 08:23:05 PM CST 2020
This commit is contained in:
parent
a82669a224
commit
278d84c4ca
8 changed files with 414 additions and 7 deletions
9
searchurl/txt/epub.html
Normal file
9
searchurl/txt/epub.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/epubjs/dist/epub.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jszip/dist/jszip.min.js"></script>
|
||||
<div id="area"></div>
|
||||
<script>
|
||||
let url = location.search.substring(3);
|
||||
var book = ePub(url);
|
||||
var rendition = book.renderTo("area");
|
||||
var displayed = rendition.display();
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue