diff --git a/deno.json b/deno.json index e8d8be1..4e9516b 100644 --- a/deno.json +++ b/deno.json @@ -20,5 +20,8 @@ "dom.asynciterable", "deno.ns" ] + }, + "imports": { + "npm:imagescript": "https://deno.land/x/imagescript@1.3.0/ImageScript.js" } } \ No newline at end of file diff --git a/deps.ts b/deps.ts index 7afa935..73d83a4 100644 --- a/deps.ts +++ b/deps.ts @@ -1,4 +1,4 @@ -export * as imagescript from "https://deno.land/x/imagescript@1.3.0/ImageScript.js"; +export * as imagescript from "npm:imagescript"; export * as nbt from "npm:nbtify@1.90.1"; //"https://cdn.jsdelivr.net/npm/nbtify/dist/index.min.js"; export { nanoid } from "npm:nanoid@5.0.7"; export { default as JSZip } from "npm:jszip@3.10.1";