UNPKG
mind-ar
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.0
1.0.1
1.0.0
0.4.2
0.3.2
web augmented reality framework
github.com/hiukim/mind-ar-js
hiukim/mind-ar-js
mind-ar
/
dist
/
mindar-face.prod.js
13 lines
(12 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{ C
as
o }
from
"./controller-d1-OMKPY.js"
;
import
{ U
as
r }
from
"./ui-fBadYuor.js"
;
const
i = {
Controller
: o,
UI
: r };
window
.
MINDAR
|| (
window
.
MINDAR
= {});
window
.
MINDAR
.
FACE
= i;
export
{ o
as
Controller
, r
as
UI
};