-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (133 loc) · 4.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<script
type="module"
src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"
></script>
<script
nomodule
src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"
></script>
<meta charset="utf-8" />
<link rel="icon" href="/3d-react-app/favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
property="og:title"
content="React application with AR enabled features"
/>
<meta
property="og:description"
content="Example application for furniture sellers with AR enabled features"
/>
<meta
property="og:image"
content="https://repository-images.githubusercontent.com/298594196/f5dc7d80-ff61-11ea-9b4c-13d9c23cc2a3"
/>
<meta property="og:url" content="https://guidogl.github.io/3d-react-app/" />
<link rel="apple-touch-icon" href="/3d-react-app/logo192.png" />
<link rel="manifest" href="/3d-react-app/manifest.json" />
<title>AR enabled React app</title>
<link
href="/3d-react-app/static/css/main.7b69f420.chunk.css"
rel="stylesheet"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script>
!(function (e) {
function t(t) {
for (
var n, i, l = t[0], a = t[1], p = t[2], c = 0, s = [];
c < l.length;
c++
)
(i = l[c]),
Object.prototype.hasOwnProperty.call(o, i) &&
o[i] &&
s.push(o[i][0]),
(o[i] = 0)
for (n in a)
Object.prototype.hasOwnProperty.call(a, n) && (e[n] = a[n])
for (f && f(t); s.length; ) s.shift()()
return u.push.apply(u, p || []), r()
}
function r() {
for (var e, t = 0; t < u.length; t++) {
for (var r = u[t], n = !0, l = 1; l < r.length; l++) {
var a = r[l]
0 !== o[a] && (n = !1)
}
n && (u.splice(t--, 1), (e = i((i.s = r[0]))))
}
return e
}
var n = {},
o = { 1: 0 },
u = []
function i(t) {
if (n[t]) return n[t].exports
var r = (n[t] = { i: t, l: !1, exports: {} })
return e[t].call(r.exports, r, r.exports, i), (r.l = !0), r.exports
}
;(i.m = e),
(i.c = n),
(i.d = function (e, t, r) {
i.o(e, t) || Object.defineProperty(e, t, { enumerable: !0, get: r })
}),
(i.r = function (e) {
'undefined' != typeof Symbol &&
Symbol.toStringTag &&
Object.defineProperty(e, Symbol.toStringTag, { value: 'Module' }),
Object.defineProperty(e, '__esModule', { value: !0 })
}),
(i.t = function (e, t) {
if ((1 & t && (e = i(e)), 8 & t)) return e
if (4 & t && 'object' == typeof e && e && e.__esModule) return e
var r = Object.create(null)
if (
(i.r(r),
Object.defineProperty(r, 'default', { enumerable: !0, value: e }),
2 & t && 'string' != typeof e)
)
for (var n in e)
i.d(
r,
n,
function (t) {
return e[t]
}.bind(null, n)
)
return r
}),
(i.n = function (e) {
var t =
e && e.__esModule
? function () {
return e.default
}
: function () {
return e
}
return i.d(t, 'a', t), t
}),
(i.o = function (e, t) {
return Object.prototype.hasOwnProperty.call(e, t)
}),
(i.p = '/3d-react-app/')
var l = (this['webpackJsonpviewer-test'] =
this['webpackJsonpviewer-test'] || []),
a = l.push.bind(l)
;(l.push = t), (l = l.slice())
for (var p = 0; p < l.length; p++) t(l[p])
var f = a
r()
})([])
</script>
<script src="/3d-react-app/static/js/2.e44b28d9.chunk.js"></script>
<script src="/3d-react-app/static/js/main.82d7965c.chunk.js"></script>
</body>
</html>