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