regenerator-runtime

This commit is contained in:
ReznoRMichael 2021-02-19 00:52:17 +01:00
parent 94dae0a5a3
commit d8c772f182
11 changed files with 20946 additions and 13 deletions

20942
build/app.js

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -46,6 +46,7 @@
"html-webpack-partials-plugin": "^0.8.0",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^1.3.8",
"regenerator-runtime": "^0.13.7",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.23.0",

View file

@ -104,13 +104,13 @@ function ProcessFileObject() {
}
// 5. Paste decoded string file to text area
document.getElementById("save-area").value = "";
document.getElementById("save-area").value = decodedString;
/* document.getElementById("save-area").value = "";
document.getElementById("save-area").value = decodedString; */
/* (async () => {
(async () => {
document.getElementById("save-area").value = "";
document.getElementById("save-area").value = await decodedString;
})(); */
})();
// finish total and show benchmark
benchTotal = new Date();

View file

@ -10,6 +10,9 @@ require("../css/style.css");
// required for meta tags (social) to be visible by Webpack
require("../img/thumbnail1200x628.jpg");
import "core-js";
import "regenerator-runtime/runtime.js";
require("./page-functions.js");
// Instantly load test save file from .json (fast Debugging script)

1
stage/app.js Normal file

File diff suppressed because one or more lines are too long

BIN
stage/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

1
stage/index.html Normal file

File diff suppressed because one or more lines are too long

1
stage/main.css Normal file

File diff suppressed because one or more lines are too long