Add image preview to input file overlay.

This can be turned off
This commit is contained in:
j433866 2019-03-19 14:38:46 +00:00
parent d09ab4a153
commit 2049e4e1d5
2 changed files with 13 additions and 2 deletions

View file

@ -53,6 +53,7 @@ function main() {
ioDisplayThreshold: 512,
logLevel: "info",
autoMagic: true,
imagePreview: true,
};
document.removeEventListener("DOMContentLoaded", main, false);