Relative path to wasm file
This commit is contained in:
parent
396688671e
commit
d75a04ad4c
@ -1,6 +1,6 @@
|
||||
class Ditherer {
|
||||
async dither(image: Uint8ClampedArray): Promise<Uint8ClampedArray> {
|
||||
const worker: any = await wasmWorker("/main.wasm");
|
||||
const worker: any = await wasmWorker("./main.wasm");
|
||||
let output: Uint8ClampedArray;
|
||||
try {
|
||||
output = await worker.dither(image);
|
||||
|
Loading…
Reference in New Issue
Block a user