mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Put worker and libraries in subfolders
This commit is contained in:
parent
16523843bd
commit
ae68ede3f3
8 changed files with 10 additions and 9 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue