move jpeg encoding to a worker thread pool

this also switches cvmts back to building with tsc, mostly because
I couldn't get parcel's worker interop to work at all.
This commit is contained in:
modeco80
2024-04-23 19:43:23 -04:00
parent 59d5331b68
commit db97a62046
5 changed files with 97 additions and 31 deletions

View File

@@ -1 +0,0 @@
../tsconfig.json

7
cvmts/tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "../tsconfig.json",
"include": [ "src/**/*" ],
"compilerOptions": {
"resolveJsonModule": true,
}
}