diff --git a/utils/images.js b/utils/images.js index 78e9dbe..a9bef9c 100644 --- a/utils/images.js +++ b/utils/images.js @@ -1,6 +1,6 @@ import { Engine } from "./engine.js"; -import { join } from "https://deno.land/std@0.224.0/path/mod.ts"; -import { exists } from "https://deno.land/std@0.224.0/fs/exists.ts"; +import { join } from "jsr:@std/path@0.224.0/path/mod.ts"; +import { exists } from "jsr:@std/path@0.224.0/fs/exists.ts"; const engine = new Engine(); await engine.init();