mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-10 09:24:49 +00:00
handle base64 & binary images
This commit is contained in:
parent
43dd4aefda
commit
21ccfcf766
2 changed files with 18 additions and 10 deletions
|
@ -379,7 +379,8 @@ function deferredAddZip(url, filename) {
|
|||
|
||||
extractedImages.push({
|
||||
filename: filename,
|
||||
data: base64ArrayBuffer(data)
|
||||
isBinary: true,
|
||||
data: data
|
||||
});
|
||||
deferred.resolve();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue