Compare commits

..

2 Commits

Author SHA1 Message Date
Jessa 92a90109c8 rebrand to InkyBoo 2025-02-18 22:27:34 -08:00
Jessa a47c63b653 host all files locally 2025-02-18 22:27:34 -08:00
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
const blob = new Blob(['importScripts("js/lzma_worker.min.js");']); const lzma = new LZMA('js/lzma_worker.min.js');
const lzma = new LZMA(window.URL.createObjectURL(blob));
let editor = null; let editor = null;
let select = null; let select = null;