Fix paths and extensions

This commit is contained in:
Johannes Marbach 2023-11-13 20:10:55 +01:00
parent 253ff78c00
commit 624be1a7fa
5 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
// @ts-ignore - `.ts` is needed here to make TS happy
import { Request, Response } from "./workers/blurhash.worker.ts";
import { WorkerManager } from "./WorkerManager";
import blurhashWorkerFactory from "./workers/blurhashWorkerFactory.js";
import blurhashWorkerFactory from "./workers/blurhashWorkerFactory";
export class BlurhashEncoder {
private static internalInstance = new BlurhashEncoder();