Skip to content

Commit

Permalink
upd: Imagescript from NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner committed Jun 30, 2024
1 parent 9b212d8 commit f6bc3a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"dom.asynciterable",
"deno.ns"
]
},
"imports": {
"npm:imagescript": "https://deno.land/x/[email protected]/ImageScript.js"
}
}
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -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:[email protected]"; //"https://cdn.jsdelivr.net/npm/nbtify/dist/index.min.js";
export { nanoid } from "npm:[email protected]";
export { default as JSZip } from "npm:[email protected]";
Expand Down

0 comments on commit f6bc3a1

Please sign in to comment.