Compare commits

..

2 Commits

Author SHA1 Message Date
Jessa ecef870c0b rebrand to InkyBoo 2025-02-18 18:25:10 -08:00
Jessa 9c4402ef77 host all files locally 2025-02-18 18:16:45 -08:00
1 changed files with 2 additions and 1 deletions

View File

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