feat: build with esbuild

This commit is contained in:
2021-03-12 18:47:53 +01:00
parent 41243299af
commit 7f6d8b0896
13 changed files with 1455 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
import { bufToImageUrl } from ".";
const worker = new Worker("build/ai-worker.js");
const worker = new Worker("build/workers/ai-worker.js");
let i = 0;

View File

@@ -1,6 +1,6 @@
import { images } from "../stores";
const worker = new Worker("worker.js");
const worker = new Worker("build/workers/pixel-worker.js");
let i = 0;