Add navigation and proper webkit integration with basic chapter display
This commit is contained in:
parent
396a9cdb16
commit
935dc795d0
5 changed files with 144 additions and 42 deletions
|
|
@ -114,4 +114,4 @@ embedImages arch bdir = map processTag
|
|||
Just entry ->
|
||||
let rawData = B.toStrict $ fromEntry entry
|
||||
b64 = TE.decodeUtf8 $ B64.encode rawData
|
||||
in "data:" <> getMimeType fullPath <> ";base64," <> b64
|
||||
in "data:" <> getMimeType fullPath <> ";base64," <> b64
|
||||
|
|
|
|||
Loading…
Reference in a new issue