mirror of https://github.com/VERT-sh/VERT.git
oh no
This commit is contained in:
parent
78b95c5c76
commit
13b2f01259
|
@ -14,14 +14,6 @@ vipsPromise
|
|||
postMessage({ type: "error", error });
|
||||
});
|
||||
|
||||
(async () => {
|
||||
const v = await import("wasm-vips");
|
||||
const res = await v.default({
|
||||
dynamicLibraries: [],
|
||||
});
|
||||
console.log(res, "sigma");
|
||||
})();
|
||||
|
||||
const handleMessage = async (
|
||||
message: WorkerMessage,
|
||||
): Promise<OmitBetterStrict<WorkerMessage, "id"> | undefined> => {
|
||||
|
|
Loading…
Reference in New Issue