Skip to content

Commit

Permalink
update mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jm12138 committed Jul 8, 2024
1 parent 2d4a798 commit 4e001c3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 8 additions & 1 deletion dist/webai.min.js → dist/webai.min.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Be from "https://cdn.jsdelivr.net/npm/onnxruntime-web@dev/dist/ort.all.bundle.min.mjs";
import { default as oa } from "https://cdn.jsdelivr.net/npm/onnxruntime-web@dev/dist/ort.all.bundle.min.mjs";
var x = function() {
var b = typeof document < "u" && document.currentScript ? document.currentScript.src : void 0;
return function(y) {
Expand Down Expand Up @@ -238,7 +239,7 @@ var x = function() {
function Tn(e) {
return String.prototype.startsWith ? e.startsWith(Fn) : e.indexOf(Fn) === 0;
}
var me = "./opencv.wasm";
var me = "opencv.wasm";
Tn(me) || (me = le(me));
function ir() {
try {
Expand Down Expand Up @@ -6743,3 +6744,9 @@ const te = {
window.WebAI = te;
window.cv = x;
window.ort = Be;
export {
te as WebAI,
x as cv,
te as default,
oa as ort
};
Loading

0 comments on commit 4e001c3

Please sign in to comment.