Much simpler project structure

This commit is contained in:
Jake Archibald
2020-11-09 10:54:35 +00:00
parent 4da1887826
commit 5a027c7727
44 changed files with 47 additions and 331 deletions

View File

@@ -13,7 +13,7 @@
import mozjpeg_enc, { MozJPEGModule } from 'codecs/mozjpeg_enc/mozjpeg_enc';
import { EncodeOptions } from '../shared/meta';
import wasmUrl from 'url:codecs/mozjpeg_enc/mozjpeg_enc.wasm';
import { initEmscriptenModule } from 'features/util';
import { initEmscriptenModule } from 'features/worker-utils';
let emscriptenModule: Promise<MozJPEGModule>;