Put worker and libraries in subfolders

This commit is contained in:
schlagmichdoch 2025-02-16 19:29:14 +01:00
parent 16523843bd
commit ae68ede3f3
8 changed files with 10 additions and 9 deletions

View file

@ -517,7 +517,7 @@ class BackgroundCanvas {
let $footer = this.$footer;
const offscreen = $canvas.transferControlToOffscreen();
const worker = new Worker("scripts/canvas-worker.js");
const worker = new Worker("scripts/worker/canvas-worker.js");
function createCanvas() {
worker.postMessage({