We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ca97f commit 195d03aCopy full SHA for 195d03a
fiduswriter/pandoc/static/js/modules/pandoc/helpers.js
@@ -6,9 +6,7 @@ export const fileToBase64 = file =>
6
reader.readAsDataURL(file)
7
})
8
9
-
10
export const fileToString = (file, binary = false) => {
11
12
if (binary) {
13
return fileToBase64(file)
14
} else {
0 commit comments