@casperid/react 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/dist/_commonjsHelpers-DKOUU3wS.cjs +2 -0
  3. package/dist/_commonjsHelpers-DKOUU3wS.cjs.map +1 -0
  4. package/dist/_commonjsHelpers-DaMA6jEr.js +9 -0
  5. package/dist/_commonjsHelpers-DaMA6jEr.js.map +1 -0
  6. package/dist/camera_utils-BQaOSBPu.js +397 -0
  7. package/dist/camera_utils-BQaOSBPu.js.map +1 -0
  8. package/dist/camera_utils-wchtqrQn.cjs +2 -0
  9. package/dist/camera_utils-wchtqrQn.cjs.map +1 -0
  10. package/dist/face_mesh-DYMPc5Ce.js +4212 -0
  11. package/dist/face_mesh-DYMPc5Ce.js.map +1 -0
  12. package/dist/face_mesh-fEvyDoPt.cjs +19 -0
  13. package/dist/face_mesh-fEvyDoPt.cjs.map +1 -0
  14. package/dist/index.cjs +41 -41
  15. package/dist/index.cjs.map +1 -1
  16. package/dist/index.mjs +1786 -1501
  17. package/dist/index.mjs.map +1 -1
  18. package/dist/style.css +1 -1
  19. package/package.json +23 -10
  20. package/src/CasperIDModal.tsx +0 -777
  21. package/src/index.css +0 -217
  22. package/src/index.ts +0 -41
  23. package/src/screens/AuthSelection.tsx +0 -221
  24. package/src/screens/DocumentScan.tsx +0 -348
  25. package/src/screens/FaceScan.tsx +0 -368
  26. package/src/screens/IdentityVerified.tsx +0 -51
  27. package/src/screens/L1Setup.tsx +0 -335
  28. package/src/screens/Login.tsx +0 -186
  29. package/src/screens/MintingIdentity.tsx +0 -446
  30. package/src/screens/PasskeyAuth.tsx +0 -259
  31. package/src/screens/PasskeyRegister.tsx +0 -281
  32. package/src/screens/PermissionsRequest.tsx +0 -96
  33. package/src/screens/PinVerification.tsx +0 -321
  34. package/src/screens/ReviewData.tsx +0 -315
  35. package/src/screens/SecurityUpgrade.tsx +0 -83
  36. package/src/screens/VerifyIdentityChoice.tsx +0 -59
  37. package/src/shared/Footer.tsx +0 -13
  38. package/src/shared/GlassContainer.tsx +0 -17
  39. package/src/shared/Header.tsx +0 -62
  40. package/src/types.ts +0 -342
  41. package/src/utils/fetchWithTimeout.ts +0 -52
  42. package/src/utils/i18n.ts +0 -640
  43. package/src/utils/webauthn.ts +0 -261
@@ -0,0 +1,4212 @@
1
+ import { c as y1, g as f3 } from "./_commonjsHelpers-DaMA6jEr.js";
2
+ function l3(k, u2) {
3
+ for (var $ = 0; $ < u2.length; $++) {
4
+ const Z = u2[$];
5
+ if (typeof Z != "string" && !Array.isArray(Z)) {
6
+ for (const N in Z)
7
+ if (N !== "default" && !(N in k)) {
8
+ const G = Object.getOwnPropertyDescriptor(Z, N);
9
+ G && Object.defineProperty(k, N, G.get ? G : {
10
+ enumerable: !0,
11
+ get: () => Z[N]
12
+ });
13
+ }
14
+ }
15
+ }
16
+ return Object.freeze(Object.defineProperty(k, Symbol.toStringTag, { value: "Module" }));
17
+ }
18
+ var P2 = {}, m1;
19
+ function c3() {
20
+ return m1 || (m1 = 1, (function() {
21
+ var k;
22
+ function u2(t) {
23
+ var e = 0;
24
+ return function() {
25
+ return e < t.length ? { done: !1, value: t[e++] } : { done: !0 };
26
+ };
27
+ }
28
+ var $ = typeof Object.defineProperties == "function" ? Object.defineProperty : function(t, e, r) {
29
+ return t == Array.prototype || t == Object.prototype || (t[e] = r.value), t;
30
+ };
31
+ function Z(t) {
32
+ t = [typeof globalThis == "object" && globalThis, t, typeof window == "object" && window, typeof self == "object" && self, typeof y1 == "object" && y1];
33
+ for (var e = 0; e < t.length; ++e) {
34
+ var r = t[e];
35
+ if (r && r.Math == Math) return r;
36
+ }
37
+ throw Error("Cannot find global object");
38
+ }
39
+ var N = Z(this);
40
+ function G(t, e) {
41
+ if (e) t: {
42
+ var r = N;
43
+ t = t.split(".");
44
+ for (var n = 0; n < t.length - 1; n++) {
45
+ var i = t[n];
46
+ if (!(i in r)) break t;
47
+ r = r[i];
48
+ }
49
+ t = t[t.length - 1], n = r[t], e = e(n), e != n && e != null && $(r, t, { configurable: !0, writable: !0, value: e });
50
+ }
51
+ }
52
+ G("Symbol", function(t) {
53
+ function e(u) {
54
+ if (this instanceof e) throw new TypeError("Symbol is not a constructor");
55
+ return new r(n + (u || "") + "_" + i++, u);
56
+ }
57
+ function r(u, o) {
58
+ this.g = u, $(this, "description", { configurable: !0, writable: !0, value: o });
59
+ }
60
+ if (t) return t;
61
+ r.prototype.toString = function() {
62
+ return this.g;
63
+ };
64
+ var n = "jscomp_symbol_" + (1e9 * Math.random() >>> 0) + "_", i = 0;
65
+ return e;
66
+ }), G("Symbol.iterator", function(t) {
67
+ if (t) return t;
68
+ t = Symbol("Symbol.iterator");
69
+ for (var e = "Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "), r = 0; r < e.length; r++) {
70
+ var n = N[e[r]];
71
+ typeof n == "function" && typeof n.prototype[t] != "function" && $(n.prototype, t, { configurable: !0, writable: !0, value: function() {
72
+ return _1(u2(this));
73
+ } });
74
+ }
75
+ return t;
76
+ });
77
+ function _1(t) {
78
+ return t = { next: t }, t[Symbol.iterator] = function() {
79
+ return this;
80
+ }, t;
81
+ }
82
+ function C(t) {
83
+ var e = typeof Symbol < "u" && Symbol.iterator && t[Symbol.iterator];
84
+ return e ? e.call(t) : { next: u2(t) };
85
+ }
86
+ function Y(t) {
87
+ if (!(t instanceof Array)) {
88
+ t = C(t);
89
+ for (var e, r = []; !(e = t.next()).done; ) r.push(e.value);
90
+ t = r;
91
+ }
92
+ return t;
93
+ }
94
+ var A1 = typeof Object.create == "function" ? Object.create : function(t) {
95
+ function e() {
96
+ }
97
+ return e.prototype = t, new e();
98
+ }, _2;
99
+ if (typeof Object.setPrototypeOf == "function") _2 = Object.setPrototypeOf;
100
+ else {
101
+ var A2;
102
+ t: {
103
+ var E1 = { a: !0 }, U2 = {};
104
+ try {
105
+ U2.__proto__ = E1, A2 = U2.a;
106
+ break t;
107
+ } catch {
108
+ }
109
+ A2 = !1;
110
+ }
111
+ _2 = A2 ? function(t, e) {
112
+ if (t.__proto__ = e, t.__proto__ !== e) throw new TypeError(t + " is not extensible");
113
+ return t;
114
+ } : null;
115
+ }
116
+ var h2 = _2;
117
+ function J(t, e) {
118
+ if (t.prototype = A1(e.prototype), t.prototype.constructor = t, h2) h2(t, e);
119
+ else for (var r in e) if (r != "prototype") if (Object.defineProperties) {
120
+ var n = Object.getOwnPropertyDescriptor(e, r);
121
+ n && Object.defineProperty(t, r, n);
122
+ } else t[r] = e[r];
123
+ t.ea = e.prototype;
124
+ }
125
+ function E2() {
126
+ this.l = !1, this.i = null, this.h = void 0, this.g = 1, this.s = this.m = 0, this.j = null;
127
+ }
128
+ function j2(t) {
129
+ if (t.l) throw new TypeError("Generator is already running");
130
+ t.l = !0;
131
+ }
132
+ E2.prototype.o = function(t) {
133
+ this.h = t;
134
+ };
135
+ function b2(t, e) {
136
+ t.j = { U: e, V: !0 }, t.g = t.m || t.s;
137
+ }
138
+ E2.prototype.return = function(t) {
139
+ this.j = { return: t }, this.g = this.s;
140
+ };
141
+ function S(t, e, r) {
142
+ return t.g = r, { value: e };
143
+ }
144
+ function j1(t) {
145
+ this.g = new E2(), this.h = t;
146
+ }
147
+ function b1(t, e) {
148
+ j2(t.g);
149
+ var r = t.g.i;
150
+ return r ? O2(t, "return" in r ? r.return : function(n) {
151
+ return { value: n, done: !0 };
152
+ }, e, t.g.return) : (t.g.return(e), s2(t));
153
+ }
154
+ function O2(t, e, r, n) {
155
+ try {
156
+ var i = e.call(t.g.i, r);
157
+ if (!(i instanceof Object)) throw new TypeError("Iterator result " + i + " is not an object");
158
+ if (!i.done) return t.g.l = !1, i;
159
+ var u = i.value;
160
+ } catch (o) {
161
+ return t.g.i = null, b2(t.g, o), s2(t);
162
+ }
163
+ return t.g.i = null, n.call(t.g, u), s2(t);
164
+ }
165
+ function s2(t) {
166
+ for (; t.g.g; ) try {
167
+ var e = t.h(t.g);
168
+ if (e) return t.g.l = !1, { value: e.value, done: !1 };
169
+ } catch (r) {
170
+ t.g.h = void 0, b2(t.g, r);
171
+ }
172
+ if (t.g.l = !1, t.g.j) {
173
+ if (e = t.g.j, t.g.j = null, e.V) throw e.U;
174
+ return { value: e.return, done: !0 };
175
+ }
176
+ return { value: void 0, done: !0 };
177
+ }
178
+ function O1(t) {
179
+ this.next = function(e) {
180
+ return j2(t.g), t.g.i ? e = O2(t, t.g.i.next, e, t.g.o) : (t.g.o(e), e = s2(t)), e;
181
+ }, this.throw = function(e) {
182
+ return j2(t.g), t.g.i ? e = O2(t, t.g.i.throw, e, t.g.o) : (b2(t.g, e), e = s2(t)), e;
183
+ }, this.return = function(e) {
184
+ return b1(t, e);
185
+ }, this[Symbol.iterator] = function() {
186
+ return this;
187
+ };
188
+ }
189
+ function M(t, e) {
190
+ return e = new O1(new j1(e)), h2 && t.prototype && h2(e, t.prototype), e;
191
+ }
192
+ function T1(t, e) {
193
+ t instanceof String && (t += "");
194
+ var r = 0, n = !1, i = { next: function() {
195
+ if (!n && r < t.length) {
196
+ var u = r++;
197
+ return { value: e(u, t[u]), done: !1 };
198
+ }
199
+ return n = !0, { done: !0, value: void 0 };
200
+ } };
201
+ return i[Symbol.iterator] = function() {
202
+ return i;
203
+ }, i;
204
+ }
205
+ var x1 = typeof Object.assign == "function" ? Object.assign : function(t, e) {
206
+ for (var r = 1; r < arguments.length; r++) {
207
+ var n = arguments[r];
208
+ if (n) for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (t[i] = n[i]);
209
+ }
210
+ return t;
211
+ };
212
+ G("Object.assign", function(t) {
213
+ return t || x1;
214
+ }), G("Promise", function(t) {
215
+ function e(o) {
216
+ this.h = 0, this.i = void 0, this.g = [], this.o = !1;
217
+ var s = this.j();
218
+ try {
219
+ o(s.resolve, s.reject);
220
+ } catch (a) {
221
+ s.reject(a);
222
+ }
223
+ }
224
+ function r() {
225
+ this.g = null;
226
+ }
227
+ function n(o) {
228
+ return o instanceof e ? o : new e(function(s) {
229
+ s(o);
230
+ });
231
+ }
232
+ if (t) return t;
233
+ r.prototype.h = function(o) {
234
+ if (this.g == null) {
235
+ this.g = [];
236
+ var s = this;
237
+ this.i(function() {
238
+ s.l();
239
+ });
240
+ }
241
+ this.g.push(o);
242
+ };
243
+ var i = N.setTimeout;
244
+ r.prototype.i = function(o) {
245
+ i(o, 0);
246
+ }, r.prototype.l = function() {
247
+ for (; this.g && this.g.length; ) {
248
+ var o = this.g;
249
+ this.g = [];
250
+ for (var s = 0; s < o.length; ++s) {
251
+ var a = o[s];
252
+ o[s] = null;
253
+ try {
254
+ a();
255
+ } catch (f) {
256
+ this.j(f);
257
+ }
258
+ }
259
+ }
260
+ this.g = null;
261
+ }, r.prototype.j = function(o) {
262
+ this.i(function() {
263
+ throw o;
264
+ });
265
+ }, e.prototype.j = function() {
266
+ function o(f) {
267
+ return function(c) {
268
+ a || (a = !0, f.call(s, c));
269
+ };
270
+ }
271
+ var s = this, a = !1;
272
+ return { resolve: o(this.C), reject: o(this.l) };
273
+ }, e.prototype.C = function(o) {
274
+ if (o === this) this.l(new TypeError("A Promise cannot resolve to itself"));
275
+ else if (o instanceof e) this.F(o);
276
+ else {
277
+ t: switch (typeof o) {
278
+ case "object":
279
+ var s = o != null;
280
+ break t;
281
+ case "function":
282
+ s = !0;
283
+ break t;
284
+ default:
285
+ s = !1;
286
+ }
287
+ s ? this.u(o) : this.m(o);
288
+ }
289
+ }, e.prototype.u = function(o) {
290
+ var s = void 0;
291
+ try {
292
+ s = o.then;
293
+ } catch (a) {
294
+ this.l(a);
295
+ return;
296
+ }
297
+ typeof s == "function" ? this.G(s, o) : this.m(o);
298
+ }, e.prototype.l = function(o) {
299
+ this.s(2, o);
300
+ }, e.prototype.m = function(o) {
301
+ this.s(1, o);
302
+ }, e.prototype.s = function(o, s) {
303
+ if (this.h != 0) throw Error("Cannot settle(" + o + ", " + s + "): Promise already settled in state" + this.h);
304
+ this.h = o, this.i = s, this.h === 2 && this.D(), this.A();
305
+ }, e.prototype.D = function() {
306
+ var o = this;
307
+ i(function() {
308
+ if (o.B()) {
309
+ var s = N.console;
310
+ typeof s < "u" && s.error(o.i);
311
+ }
312
+ }, 1);
313
+ }, e.prototype.B = function() {
314
+ if (this.o) return !1;
315
+ var o = N.CustomEvent, s = N.Event, a = N.dispatchEvent;
316
+ return typeof a > "u" ? !0 : (typeof o == "function" ? o = new o("unhandledrejection", { cancelable: !0 }) : typeof s == "function" ? o = new s("unhandledrejection", { cancelable: !0 }) : (o = N.document.createEvent("CustomEvent"), o.initCustomEvent("unhandledrejection", !1, !0, o)), o.promise = this, o.reason = this.i, a(o));
317
+ }, e.prototype.A = function() {
318
+ if (this.g != null) {
319
+ for (var o = 0; o < this.g.length; ++o) u.h(this.g[o]);
320
+ this.g = null;
321
+ }
322
+ };
323
+ var u = new r();
324
+ return e.prototype.F = function(o) {
325
+ var s = this.j();
326
+ o.J(s.resolve, s.reject);
327
+ }, e.prototype.G = function(o, s) {
328
+ var a = this.j();
329
+ try {
330
+ o.call(s, a.resolve, a.reject);
331
+ } catch (f) {
332
+ a.reject(f);
333
+ }
334
+ }, e.prototype.then = function(o, s) {
335
+ function a(d, g) {
336
+ return typeof d == "function" ? function(l) {
337
+ try {
338
+ f(d(l));
339
+ } catch (h) {
340
+ c(h);
341
+ }
342
+ } : g;
343
+ }
344
+ var f, c, b = new e(function(d, g) {
345
+ f = d, c = g;
346
+ });
347
+ return this.J(a(o, f), a(s, c)), b;
348
+ }, e.prototype.catch = function(o) {
349
+ return this.then(void 0, o);
350
+ }, e.prototype.J = function(o, s) {
351
+ function a() {
352
+ switch (f.h) {
353
+ case 1:
354
+ o(f.i);
355
+ break;
356
+ case 2:
357
+ s(f.i);
358
+ break;
359
+ default:
360
+ throw Error("Unexpected state: " + f.h);
361
+ }
362
+ }
363
+ var f = this;
364
+ this.g == null ? u.h(a) : this.g.push(a), this.o = !0;
365
+ }, e.resolve = n, e.reject = function(o) {
366
+ return new e(function(s, a) {
367
+ a(o);
368
+ });
369
+ }, e.race = function(o) {
370
+ return new e(function(s, a) {
371
+ for (var f = C(o), c = f.next(); !c.done; c = f.next()) n(c.value).J(s, a);
372
+ });
373
+ }, e.all = function(o) {
374
+ var s = C(o), a = s.next();
375
+ return a.done ? n([]) : new e(function(f, c) {
376
+ function b(l) {
377
+ return function(h) {
378
+ d[l] = h, g--, g == 0 && f(d);
379
+ };
380
+ }
381
+ var d = [], g = 0;
382
+ do
383
+ d.push(void 0), g++, n(a.value).J(b(d.length - 1), c), a = s.next();
384
+ while (!a.done);
385
+ });
386
+ }, e;
387
+ }), G("Object.is", function(t) {
388
+ return t || function(e, r) {
389
+ return e === r ? e !== 0 || 1 / e === 1 / r : e !== e && r !== r;
390
+ };
391
+ }), G("Array.prototype.includes", function(t) {
392
+ return t || function(e, r) {
393
+ var n = this;
394
+ n instanceof String && (n = String(n));
395
+ var i = n.length;
396
+ for (r = r || 0, 0 > r && (r = Math.max(r + i, 0)); r < i; r++) {
397
+ var u = n[r];
398
+ if (u === e || Object.is(u, e)) return !0;
399
+ }
400
+ return !1;
401
+ };
402
+ }), G("String.prototype.includes", function(t) {
403
+ return t || function(e, r) {
404
+ if (this == null) throw new TypeError("The 'this' value for String.prototype.includes must not be null or undefined");
405
+ if (e instanceof RegExp) throw new TypeError("First argument to String.prototype.includes must not be a regular expression");
406
+ return this.indexOf(e, r || 0) !== -1;
407
+ };
408
+ }), G("Array.prototype.keys", function(t) {
409
+ return t || function() {
410
+ return T1(this, function(e) {
411
+ return e;
412
+ });
413
+ };
414
+ });
415
+ var k1 = this || self;
416
+ function L(t, e) {
417
+ t = t.split(".");
418
+ var r = k1;
419
+ t[0] in r || typeof r.execScript > "u" || r.execScript("var " + t[0]);
420
+ for (var n; t.length && (n = t.shift()); ) t.length || e === void 0 ? r[n] && r[n] !== Object.prototype[n] ? r = r[n] : r = r[n] = {} : r[n] = e;
421
+ }
422
+ function N2(t, e) {
423
+ return e = String.fromCharCode.apply(null, e), t == null ? e : t + e;
424
+ }
425
+ var C2, S1 = typeof TextDecoder < "u", G2, R1 = typeof TextEncoder < "u";
426
+ function I2(t) {
427
+ if (R1) t = (G2 || (G2 = new TextEncoder())).encode(t);
428
+ else {
429
+ var e = void 0;
430
+ e = e === void 0 ? !1 : e;
431
+ for (var r = 0, n = new Uint8Array(3 * t.length), i = 0; i < t.length; i++) {
432
+ var u = t.charCodeAt(i);
433
+ if (128 > u) n[r++] = u;
434
+ else {
435
+ if (2048 > u) n[r++] = u >> 6 | 192;
436
+ else {
437
+ if (55296 <= u && 57343 >= u) {
438
+ if (56319 >= u && i < t.length) {
439
+ var o = t.charCodeAt(++i);
440
+ if (56320 <= o && 57343 >= o) {
441
+ u = 1024 * (u - 55296) + o - 56320 + 65536, n[r++] = u >> 18 | 240, n[r++] = u >> 12 & 63 | 128, n[r++] = u >> 6 & 63 | 128, n[r++] = u & 63 | 128;
442
+ continue;
443
+ } else i--;
444
+ }
445
+ if (e) throw Error("Found an unpaired surrogate");
446
+ u = 65533;
447
+ }
448
+ n[r++] = u >> 12 | 224, n[r++] = u >> 6 & 63 | 128;
449
+ }
450
+ n[r++] = u & 63 | 128;
451
+ }
452
+ }
453
+ t = n.subarray(0, r);
454
+ }
455
+ return t;
456
+ }
457
+ var B2 = {}, a2 = null;
458
+ function F1(t, e) {
459
+ e === void 0 && (e = 0), V2(), e = B2[e];
460
+ for (var r = Array(Math.floor(t.length / 3)), n = e[64] || "", i = 0, u = 0; i < t.length - 2; i += 3) {
461
+ var o = t[i], s = t[i + 1], a = t[i + 2], f = e[o >> 2];
462
+ o = e[(o & 3) << 4 | s >> 4], s = e[(s & 15) << 2 | a >> 6], a = e[a & 63], r[u++] = f + o + s + a;
463
+ }
464
+ switch (f = 0, a = n, t.length - i) {
465
+ case 2:
466
+ f = t[i + 1], a = e[(f & 15) << 2] || n;
467
+ case 1:
468
+ t = t[i], r[u] = e[t >> 2] + e[(t & 3) << 4 | f >> 4] + a + n;
469
+ }
470
+ return r.join("");
471
+ }
472
+ function L1(t) {
473
+ var e = t.length, r = 3 * e / 4;
474
+ r % 3 ? r = Math.floor(r) : "=.".indexOf(t[e - 1]) != -1 && (r = "=.".indexOf(t[e - 2]) != -1 ? r - 2 : r - 1);
475
+ var n = new Uint8Array(r), i = 0;
476
+ return M1(t, function(u) {
477
+ n[i++] = u;
478
+ }), n.subarray(0, i);
479
+ }
480
+ function M1(t, e) {
481
+ function r(a) {
482
+ for (; n < t.length; ) {
483
+ var f = t.charAt(n++), c = a2[f];
484
+ if (c != null) return c;
485
+ if (!/^[\s\xa0]*$/.test(f)) throw Error("Unknown base64 encoding at char: " + f);
486
+ }
487
+ return a;
488
+ }
489
+ V2();
490
+ for (var n = 0; ; ) {
491
+ var i = r(-1), u = r(0), o = r(64), s = r(64);
492
+ if (s === 64 && i === -1) break;
493
+ e(i << 2 | u >> 4), o != 64 && (e(u << 4 & 240 | o >> 2), s != 64 && e(o << 6 & 192 | s));
494
+ }
495
+ }
496
+ function V2() {
497
+ if (!a2) {
498
+ a2 = {};
499
+ for (var t = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""), e = ["+/=", "+/", "-_=", "-_.", "-_"], r = 0; 5 > r; r++) {
500
+ var n = t.concat(e[r].split(""));
501
+ B2[r] = n;
502
+ for (var i = 0; i < n.length; i++) {
503
+ var u = n[i];
504
+ a2[u] === void 0 && (a2[u] = i);
505
+ }
506
+ }
507
+ }
508
+ }
509
+ var P1 = typeof Uint8Array.prototype.slice == "function", W2;
510
+ function X2(t, e, r) {
511
+ return e === r ? W2 || (W2 = new Uint8Array(0)) : P1 ? t.slice(e, r) : new Uint8Array(t.subarray(e, r));
512
+ }
513
+ var W = 0, D = 0;
514
+ function e2(t, e) {
515
+ e = e === void 0 ? {} : e, e = e.v === void 0 ? !1 : e.v, this.h = null, this.g = this.j = this.l = 0, this.m = !1, this.v = e, t && Y2(this, t);
516
+ }
517
+ function Y2(t, e) {
518
+ e = e.constructor === Uint8Array ? e : e.constructor === ArrayBuffer ? new Uint8Array(e) : e.constructor === Array ? new Uint8Array(e) : e.constructor === String ? L1(e) : e instanceof Uint8Array ? new Uint8Array(e.buffer, e.byteOffset, e.byteLength) : new Uint8Array(0), t.h = e, t.l = 0, t.j = t.h.length, t.g = t.l;
519
+ }
520
+ e2.prototype.reset = function() {
521
+ this.g = this.l;
522
+ };
523
+ function g2(t) {
524
+ for (var e = 128, r = 0, n = 0, i = 0; 4 > i && 128 <= e; i++) e = t.h[t.g++], r |= (e & 127) << 7 * i;
525
+ if (128 <= e && (e = t.h[t.g++], r |= (e & 127) << 28, n |= (e & 127) >> 4), 128 <= e) for (i = 0; 5 > i && 128 <= e; i++) e = t.h[t.g++], n |= (e & 127) << 7 * i + 3;
526
+ if (128 > e)
527
+ return t = r >>> 0, e = n >>> 0, (n = e & 2147483648) && (t = ~t + 1 >>> 0, e = ~e >>> 0, t == 0 && (e = e + 1 >>> 0)), t = 4294967296 * e + (t >>> 0), n ? -t : t;
528
+ t.m = !0;
529
+ }
530
+ e2.prototype.i = function() {
531
+ var t = this.h, e = t[this.g], r = e & 127;
532
+ return 128 > e ? (this.g += 1, r) : (e = t[this.g + 1], r |= (e & 127) << 7, 128 > e ? (this.g += 2, r) : (e = t[this.g + 2], r |= (e & 127) << 14, 128 > e ? (this.g += 3, r) : (e = t[this.g + 3], r |= (e & 127) << 21, 128 > e ? (this.g += 4, r) : (e = t[this.g + 4], r |= (e & 15) << 28, 128 > e ? (this.g += 5, r >>> 0) : (this.g += 5, 128 <= t[this.g++] && 128 <= t[this.g++] && 128 <= t[this.g++] && 128 <= t[this.g++] && this.g++, r)))));
533
+ }, e2.prototype.o = function() {
534
+ var t = this.h[this.g], e = this.h[this.g + 1], r = this.h[this.g + 2], n = this.h[this.g + 3];
535
+ return this.g += 4, r = (t << 0 | e << 8 | r << 16 | n << 24) >>> 0, t = 2 * (r >> 31) + 1, e = r >>> 23 & 255, r &= 8388607, e == 255 ? r ? NaN : 1 / 0 * t : e == 0 ? t * Math.pow(2, -149) * r : t * Math.pow(2, e - 150) * (r + Math.pow(2, 23));
536
+ };
537
+ var J2 = [];
538
+ function p2() {
539
+ this.g = new Uint8Array(64), this.h = 0;
540
+ }
541
+ p2.prototype.push = function(t) {
542
+ if (!(this.h + 1 < this.g.length)) {
543
+ var e = this.g;
544
+ this.g = new Uint8Array(Math.ceil(1 + 2 * this.g.length)), this.g.set(e);
545
+ }
546
+ this.g[this.h++] = t;
547
+ }, p2.prototype.length = function() {
548
+ return this.h;
549
+ }, p2.prototype.end = function() {
550
+ var t = this.g, e = this.h;
551
+ return this.h = 0, X2(t, 0, e);
552
+ };
553
+ function H(t, e) {
554
+ for (; 127 < e; ) t.push(e & 127 | 128), e >>>= 7;
555
+ t.push(e);
556
+ }
557
+ function f2(t) {
558
+ var e = {}, r = e.N === void 0 ? !1 : e.N;
559
+ this.o = { v: e.v === void 0 ? !1 : e.v }, this.N = r, e = this.o, J2.length ? (r = J2.pop(), e && (r.v = e.v), t && Y2(r, t), t = r) : t = new e2(t, e), this.g = t, this.m = this.g.g, this.h = this.i = this.l = -1, this.j = !1;
560
+ }
561
+ f2.prototype.reset = function() {
562
+ this.g.reset(), this.h = this.l = -1;
563
+ };
564
+ function X(t) {
565
+ var e = t.g;
566
+ if ((e = e.g == e.j) || (e = t.j) || (e = t.g, e = e.m || 0 > e.g || e.g > e.j), e) return !1;
567
+ t.m = t.g.g, e = t.g.i();
568
+ var r = e & 7;
569
+ return r != 0 && r != 5 && r != 1 && r != 2 && r != 3 && r != 4 ? (t.j = !0, !1) : (t.i = e, t.l = e >>> 3, t.h = r, !0);
570
+ }
571
+ function r2(t) {
572
+ switch (t.h) {
573
+ case 0:
574
+ if (t.h != 0) r2(t);
575
+ else {
576
+ for (t = t.g; t.h[t.g] & 128; ) t.g++;
577
+ t.g++;
578
+ }
579
+ break;
580
+ case 1:
581
+ t.h != 1 ? r2(t) : (t = t.g, t.g += 8);
582
+ break;
583
+ case 2:
584
+ if (t.h != 2) r2(t);
585
+ else {
586
+ var e = t.g.i();
587
+ t = t.g, t.g += e;
588
+ }
589
+ break;
590
+ case 5:
591
+ t.h != 5 ? r2(t) : (t = t.g, t.g += 4);
592
+ break;
593
+ case 3:
594
+ e = t.l;
595
+ do {
596
+ if (!X(t)) {
597
+ t.j = !0;
598
+ break;
599
+ }
600
+ if (t.h == 4) {
601
+ t.l != e && (t.j = !0);
602
+ break;
603
+ }
604
+ r2(t);
605
+ } while (!0);
606
+ break;
607
+ default:
608
+ t.j = !0;
609
+ }
610
+ }
611
+ function v2(t, e, r) {
612
+ var n = t.g.j, i = t.g.i(), u = t.g.g + i;
613
+ if (t.g.j = u, r(e, t), r = u - t.g.g, r !== 0) throw Error("Message parsing ended unexpectedly. Expected to read " + i + " bytes, instead read " + (i - r) + " bytes, either the data ended unexpectedly or the message misreported its own length");
614
+ return t.g.g = u, t.g.j = n, e;
615
+ }
616
+ function I(t) {
617
+ return t.g.o();
618
+ }
619
+ function D2(t) {
620
+ var e = t.g.i();
621
+ t = t.g;
622
+ var r = t.g;
623
+ t.g += e, t = t.h;
624
+ var n;
625
+ if (S1) (n = C2) || (n = C2 = new TextDecoder("utf-8", { fatal: !1 })), n = n.decode(t.subarray(r, r + e));
626
+ else {
627
+ e = r + e;
628
+ for (var i = [], u = null, o, s, a; r < e; ) o = t[r++], 128 > o ? i.push(o) : 224 > o ? r >= e ? i.push(65533) : (s = t[r++], 194 > o || (s & 192) !== 128 ? (r--, i.push(65533)) : i.push((o & 31) << 6 | s & 63)) : 240 > o ? r >= e - 1 ? i.push(65533) : (s = t[r++], (s & 192) !== 128 || o === 224 && 160 > s || o === 237 && 160 <= s || ((n = t[r++]) & 192) !== 128 ? (r--, i.push(65533)) : i.push((o & 15) << 12 | (s & 63) << 6 | n & 63)) : 244 >= o ? r >= e - 2 ? i.push(65533) : (s = t[r++], (s & 192) !== 128 || (o << 28) + (s - 144) >> 30 !== 0 || ((n = t[r++]) & 192) !== 128 || ((a = t[r++]) & 192) !== 128 ? (r--, i.push(65533)) : (o = (o & 7) << 18 | (s & 63) << 12 | (n & 63) << 6 | a & 63, o -= 65536, i.push((o >> 10 & 1023) + 55296, (o & 1023) + 56320))) : i.push(65533), 8192 <= i.length && (u = N2(u, i), i.length = 0);
629
+ n = N2(u, i);
630
+ }
631
+ return n;
632
+ }
633
+ function H2(t, e, r) {
634
+ var n = t.g.i();
635
+ for (n = t.g.g + n; t.g.g < n; ) r.push(e.call(t.g));
636
+ }
637
+ function K2(t, e) {
638
+ t.h == 2 ? H2(t, e2.prototype.o, e) : e.push(I(t));
639
+ }
640
+ function T2() {
641
+ this.h = [], this.i = 0, this.g = new p2();
642
+ }
643
+ function n2(t, e) {
644
+ e.length !== 0 && (t.h.push(e), t.i += e.length);
645
+ }
646
+ function x2(t) {
647
+ var e = t.i + t.g.length();
648
+ if (e === 0) return new Uint8Array(0);
649
+ e = new Uint8Array(e);
650
+ for (var r = t.h, n = r.length, i = 0, u = 0; u < n; u++) {
651
+ var o = r[u];
652
+ o.length !== 0 && (e.set(o, i), i += o.length);
653
+ }
654
+ return r = t.g, n = r.h, n !== 0 && (e.set(r.g.subarray(0, n), i), r.h = 0), t.h = [e], e;
655
+ }
656
+ function B(t, e, r) {
657
+ if (r != null) {
658
+ H(t.g, 8 * e + 5), t = t.g;
659
+ var n = r;
660
+ n = (r = 0 > n ? 1 : 0) ? -n : n, n === 0 ? 0 < 1 / n ? W = D = 0 : (D = 0, W = 2147483648) : isNaN(n) ? (D = 0, W = 2147483647) : 34028234663852886e22 < n ? (D = 0, W = (r << 31 | 2139095040) >>> 0) : 11754943508222875e-54 > n ? (n = Math.round(n / Math.pow(2, -149)), D = 0, W = (r << 31 | n) >>> 0) : (e = Math.floor(Math.log(n) / Math.LN2), n *= Math.pow(2, -e), n = Math.round(8388608 * n), 16777216 <= n && ++e, D = 0, W = (r << 31 | e + 127 << 23 | n & 8388607) >>> 0), r = W, t.push(r >>> 0 & 255), t.push(r >>> 8 & 255), t.push(r >>> 16 & 255), t.push(r >>> 24 & 255);
661
+ }
662
+ }
663
+ var $2 = typeof Uint8Array == "function";
664
+ function Z2(t, e, r) {
665
+ if (t != null) return typeof t == "object" ? $2 && t instanceof Uint8Array ? r(t) : Q2(t, e, r) : e(t);
666
+ }
667
+ function Q2(t, e, r) {
668
+ if (Array.isArray(t)) {
669
+ for (var n = Array(t.length), i = 0; i < t.length; i++) n[i] = Z2(t[i], e, r);
670
+ return Array.isArray(t) && t.W && l2(n), n;
671
+ }
672
+ n = {};
673
+ for (i in t) n[i] = Z2(t[i], e, r);
674
+ return n;
675
+ }
676
+ function U1(t) {
677
+ return typeof t == "number" ? isFinite(t) ? t : String(t) : t;
678
+ }
679
+ var N1 = { W: { value: !0, configurable: !0 } };
680
+ function l2(t) {
681
+ return Array.isArray(t) && !Object.isFrozen(t) && Object.defineProperties(t, N1), t;
682
+ }
683
+ var z2;
684
+ function R(t, e, r) {
685
+ var n = z2;
686
+ z2 = null, t || (t = n), n = this.constructor.ca, t || (t = n ? [n] : []), this.j = n ? 0 : -1, this.m = this.g = null, this.h = t;
687
+ t: {
688
+ if (n = this.h.length, t = n - 1, n && (n = this.h[t], !(n === null || typeof n != "object" || Array.isArray(n) || $2 && n instanceof Uint8Array))) {
689
+ this.l = t - this.j, this.i = n;
690
+ break t;
691
+ }
692
+ e !== void 0 && -1 < e ? (this.l = Math.max(e, t + 1 - this.j), this.i = null) : this.l = Number.MAX_VALUE;
693
+ }
694
+ if (r) for (e = 0; e < r.length; e++) t = r[e], t < this.l ? (t += this.j, (n = this.h[t]) ? l2(n) : this.h[t] = d2) : (q2(this), (n = this.i[t]) ? l2(n) : this.i[t] = d2);
695
+ }
696
+ var d2 = Object.freeze(l2([]));
697
+ function q2(t) {
698
+ var e = t.l + t.j;
699
+ t.h[e] || (t.i = t.h[e] = {});
700
+ }
701
+ function T(t, e, r) {
702
+ return e === -1 ? null : r !== void 0 && r || e >= t.l ? t.i ? t.i[e] : void 0 : t.h[e + t.j];
703
+ }
704
+ function y2(t, e) {
705
+ var r = r === void 0 ? !1 : r, n = T(t, e, r);
706
+ return n == null && (n = d2), n === d2 && (n = l2([]), m(t, e, n, r)), n;
707
+ }
708
+ function t1(t) {
709
+ var e = y2(t, 3);
710
+ if (t.m || (t.m = {}), !t.m[3]) {
711
+ for (var r = 0; r < e.length; r++) e[r] = +e[r];
712
+ t.m[3] = !0;
713
+ }
714
+ return e;
715
+ }
716
+ function Q(t, e, r) {
717
+ return t = T(t, e), t ?? r;
718
+ }
719
+ function V(t, e, r) {
720
+ return t = T(t, e), t = t == null ? t : +t, t ?? (r === void 0 ? 0 : r);
721
+ }
722
+ function m(t, e, r, n) {
723
+ n !== void 0 && n || e >= t.l ? (q2(t), t.i[e] = r) : t.h[e + t.j] = r;
724
+ }
725
+ function e1(t, e, r) {
726
+ if (r === -1) return null;
727
+ if (t.g || (t.g = {}), !t.g[r]) {
728
+ var n = T(t, r, !1);
729
+ n && (t.g[r] = new e(n));
730
+ }
731
+ return t.g[r];
732
+ }
733
+ function m2(t, e) {
734
+ t.g || (t.g = {});
735
+ var r = t.g[1];
736
+ if (!r) {
737
+ var n = y2(t, 1);
738
+ r = [];
739
+ for (var i = 0; i < n.length; i++) r[i] = new e(n[i]);
740
+ t.g[1] = r;
741
+ }
742
+ return r;
743
+ }
744
+ function r1(t, e, r) {
745
+ var n = n === void 0 ? !1 : n;
746
+ t.g || (t.g = {});
747
+ var i = r && z(r);
748
+ t.g[e] = r, m(t, e, i, n);
749
+ }
750
+ function n1(t, e, r, n) {
751
+ var i = m2(t, r);
752
+ e = e || new r(), t = y2(t, 1), n != null ? (i.splice(n, 0, e), t.splice(n, 0, z(e))) : (i.push(e), t.push(z(e)));
753
+ }
754
+ R.prototype.toJSON = function() {
755
+ var t = z(this);
756
+ return Q2(t, U1, F1);
757
+ };
758
+ function z(t, e) {
759
+ if (t.g) for (var r in t.g) {
760
+ var n = t.g[r];
761
+ if (Array.isArray(n)) for (var i = 0; i < n.length; i++) n[i] && z(n[i]);
762
+ else n && z(n);
763
+ }
764
+ return t.h;
765
+ }
766
+ R.prototype.toString = function() {
767
+ return z(this).toString();
768
+ };
769
+ function k2(t, e) {
770
+ if (t = t.o) {
771
+ n2(e, e.g.end());
772
+ for (var r = 0; r < t.length; r++) n2(e, t[r]);
773
+ }
774
+ }
775
+ function K(t, e) {
776
+ if (e.h == 4) return !1;
777
+ var r = e.m;
778
+ return r2(e), e.N || (e = X2(e.g.h, r, e.g.g), (r = t.o) ? r.push(e) : t.o = [e]), !0;
779
+ }
780
+ function q(t) {
781
+ R.call(this, t, -1, G1);
782
+ }
783
+ J(q, R), q.prototype.getRows = function() {
784
+ return T(this, 1);
785
+ }, q.prototype.getCols = function() {
786
+ return T(this, 2);
787
+ }, q.prototype.getPackedDataList = function() {
788
+ return t1(this);
789
+ }, q.prototype.getLayout = function() {
790
+ return Q(this, 4, 0);
791
+ };
792
+ function C1(t, e) {
793
+ for (; X(e); ) switch (e.i) {
794
+ case 8:
795
+ var r = e.g.i();
796
+ m(t, 1, r);
797
+ break;
798
+ case 16:
799
+ r = e.g.i(), m(t, 2, r);
800
+ break;
801
+ case 29:
802
+ case 26:
803
+ K2(e, t.getPackedDataList());
804
+ break;
805
+ case 32:
806
+ r = g2(e.g), m(t, 4, r);
807
+ break;
808
+ default:
809
+ if (!K(t, e)) return t;
810
+ }
811
+ return t;
812
+ }
813
+ var G1 = [3];
814
+ function P(t, e) {
815
+ var r = void 0;
816
+ return new (r || (r = Promise))(function(n, i) {
817
+ function u(a) {
818
+ try {
819
+ s(e.next(a));
820
+ } catch (f) {
821
+ i(f);
822
+ }
823
+ }
824
+ function o(a) {
825
+ try {
826
+ s(e.throw(a));
827
+ } catch (f) {
828
+ i(f);
829
+ }
830
+ }
831
+ function s(a) {
832
+ a.done ? n(a.value) : new r(function(f) {
833
+ f(a.value);
834
+ }).then(u, o);
835
+ }
836
+ s((e = e.apply(t, void 0)).next());
837
+ });
838
+ }
839
+ function c2(t) {
840
+ R.call(this, t);
841
+ }
842
+ J(c2, R);
843
+ function I1(t, e) {
844
+ for (; X(e); ) switch (e.i) {
845
+ case 8:
846
+ var r = e.g.i();
847
+ m(t, 1, r);
848
+ break;
849
+ case 21:
850
+ r = I(e), m(t, 2, r);
851
+ break;
852
+ case 26:
853
+ r = D2(e), m(t, 3, r);
854
+ break;
855
+ case 34:
856
+ r = D2(e), m(t, 4, r);
857
+ break;
858
+ default:
859
+ if (!K(t, e)) return t;
860
+ }
861
+ return t;
862
+ }
863
+ function S2(t) {
864
+ R.call(this, t, -1, B1);
865
+ }
866
+ J(S2, R), S2.prototype.addClassification = function(t, e) {
867
+ return n1(this, t, c2, e), this;
868
+ };
869
+ var B1 = [1];
870
+ function i2(t) {
871
+ R.call(this, t);
872
+ }
873
+ J(i2, R);
874
+ function V1(t, e) {
875
+ for (; X(e); ) switch (e.i) {
876
+ case 13:
877
+ var r = I(e);
878
+ m(t, 1, r);
879
+ break;
880
+ case 21:
881
+ r = I(e), m(t, 2, r);
882
+ break;
883
+ case 29:
884
+ r = I(e), m(t, 3, r);
885
+ break;
886
+ case 37:
887
+ r = I(e), m(t, 4, r);
888
+ break;
889
+ case 45:
890
+ r = I(e), m(t, 5, r);
891
+ break;
892
+ default:
893
+ if (!K(t, e)) return t;
894
+ }
895
+ return t;
896
+ }
897
+ function i1(t) {
898
+ R.call(this, t, -1, W1);
899
+ }
900
+ J(i1, R);
901
+ function o1(t) {
902
+ t: {
903
+ var e = new i1();
904
+ for (t = new f2(t); X(t); ) switch (t.i) {
905
+ case 10:
906
+ var r = v2(t, new i2(), V1);
907
+ n1(e, r, i2, void 0);
908
+ break;
909
+ default:
910
+ if (!K(e, t)) break t;
911
+ }
912
+ }
913
+ return e;
914
+ }
915
+ var W1 = [1];
916
+ function R2(t) {
917
+ R.call(this, t);
918
+ }
919
+ J(R2, R);
920
+ function t2(t) {
921
+ R.call(this, t, -1, Y1);
922
+ }
923
+ J(t2, R), t2.prototype.getVertexType = function() {
924
+ return Q(this, 1, 0);
925
+ }, t2.prototype.getPrimitiveType = function() {
926
+ return Q(this, 2, 0);
927
+ }, t2.prototype.getVertexBufferList = function() {
928
+ return t1(this);
929
+ }, t2.prototype.getIndexBufferList = function() {
930
+ return y2(this, 4);
931
+ };
932
+ function X1(t, e) {
933
+ for (; X(e); ) switch (e.i) {
934
+ case 8:
935
+ var r = g2(e.g);
936
+ m(t, 1, r);
937
+ break;
938
+ case 16:
939
+ r = g2(e.g), m(t, 2, r);
940
+ break;
941
+ case 29:
942
+ case 26:
943
+ K2(e, t.getVertexBufferList());
944
+ break;
945
+ case 32:
946
+ case 34:
947
+ r = e;
948
+ var n = t.getIndexBufferList();
949
+ r.h == 2 ? H2(r, e2.prototype.i, n) : n.push(r.g.i());
950
+ break;
951
+ default:
952
+ if (!K(t, e)) return t;
953
+ }
954
+ return t;
955
+ }
956
+ var Y1 = [3, 4];
957
+ function w2(t) {
958
+ R.call(this, t);
959
+ }
960
+ J(w2, R), w2.prototype.getMesh = function() {
961
+ return e1(this, t2, 1);
962
+ }, w2.prototype.getPoseTransformMatrix = function() {
963
+ return e1(this, q, 2);
964
+ };
965
+ function J1(t) {
966
+ t: {
967
+ var e = new w2();
968
+ for (t = new f2(t); X(t); ) switch (t.i) {
969
+ case 10:
970
+ var r = v2(t, new t2(), X1);
971
+ r1(e, 1, r);
972
+ break;
973
+ case 18:
974
+ r = v2(t, new q(), C1), r1(e, 2, r);
975
+ break;
976
+ default:
977
+ if (!K(e, t)) break t;
978
+ }
979
+ }
980
+ return e;
981
+ }
982
+ function u1(t, e, r) {
983
+ if (r = t.createShader(r === 0 ? t.VERTEX_SHADER : t.FRAGMENT_SHADER), t.shaderSource(r, e), t.compileShader(r), !t.getShaderParameter(r, t.COMPILE_STATUS)) throw Error(`Could not compile WebGL shader.
984
+
985
+ ` + t.getShaderInfoLog(r));
986
+ return r;
987
+ }
988
+ function D1(t) {
989
+ return m2(t, c2).map(function(e) {
990
+ return { index: Q(e, 1, 0), Y: V(e, 2), label: T(e, 3) != null ? Q(e, 3, "") : void 0, displayName: T(e, 4) != null ? Q(e, 4, "") : void 0 };
991
+ });
992
+ }
993
+ function s1(t) {
994
+ return { x: V(t, 1), y: V(t, 2), z: V(t, 3), visibility: T(t, 4) != null ? V(t, 4) : void 0 };
995
+ }
996
+ function F2(t, e) {
997
+ this.h = t, this.g = e, this.l = 0;
998
+ }
999
+ function a1(t, e, r) {
1000
+ return H1(t, e), typeof t.g.canvas.transferToImageBitmap == "function" ? Promise.resolve(t.g.canvas.transferToImageBitmap()) : r ? Promise.resolve(t.g.canvas) : typeof createImageBitmap == "function" ? createImageBitmap(t.g.canvas) : (t.i === void 0 && (t.i = document.createElement("canvas")), new Promise(function(n) {
1001
+ t.i.height = t.g.canvas.height, t.i.width = t.g.canvas.width, t.i.getContext("2d", {}).drawImage(t.g.canvas, 0, 0, t.g.canvas.width, t.g.canvas.height), n(t.i);
1002
+ }));
1003
+ }
1004
+ function H1(t, e) {
1005
+ var r = t.g;
1006
+ if (t.m === void 0) {
1007
+ var n = u1(r, `
1008
+ attribute vec2 aVertex;
1009
+ attribute vec2 aTex;
1010
+ varying vec2 vTex;
1011
+ void main(void) {
1012
+ gl_Position = vec4(aVertex, 0.0, 1.0);
1013
+ vTex = aTex;
1014
+ }`, 0), i = u1(r, `
1015
+ precision mediump float;
1016
+ varying vec2 vTex;
1017
+ uniform sampler2D sampler0;
1018
+ void main(){
1019
+ gl_FragColor = texture2D(sampler0, vTex);
1020
+ }`, 1), u = r.createProgram();
1021
+ if (r.attachShader(u, n), r.attachShader(u, i), r.linkProgram(u), !r.getProgramParameter(u, r.LINK_STATUS)) throw Error(`Could not compile WebGL program.
1022
+
1023
+ ` + r.getProgramInfoLog(u));
1024
+ n = t.m = u, r.useProgram(n), i = r.getUniformLocation(n, "sampler0"), t.j = { I: r.getAttribLocation(n, "aVertex"), H: r.getAttribLocation(n, "aTex"), da: i }, t.s = r.createBuffer(), r.bindBuffer(r.ARRAY_BUFFER, t.s), r.enableVertexAttribArray(t.j.I), r.vertexAttribPointer(t.j.I, 2, r.FLOAT, !1, 0, 0), r.bufferData(r.ARRAY_BUFFER, new Float32Array([-1, -1, -1, 1, 1, 1, 1, -1]), r.STATIC_DRAW), r.bindBuffer(r.ARRAY_BUFFER, null), t.o = r.createBuffer(), r.bindBuffer(r.ARRAY_BUFFER, t.o), r.enableVertexAttribArray(t.j.H), r.vertexAttribPointer(
1025
+ t.j.H,
1026
+ 2,
1027
+ r.FLOAT,
1028
+ !1,
1029
+ 0,
1030
+ 0
1031
+ ), r.bufferData(r.ARRAY_BUFFER, new Float32Array([0, 1, 0, 0, 1, 0, 1, 1]), r.STATIC_DRAW), r.bindBuffer(r.ARRAY_BUFFER, null), r.uniform1i(i, 0);
1032
+ }
1033
+ n = t.j, r.useProgram(t.m), r.canvas.width = e.width, r.canvas.height = e.height, r.viewport(0, 0, e.width, e.height), r.activeTexture(r.TEXTURE0), t.h.bindTexture2d(e.glName), r.enableVertexAttribArray(n.I), r.bindBuffer(r.ARRAY_BUFFER, t.s), r.vertexAttribPointer(n.I, 2, r.FLOAT, !1, 0, 0), r.enableVertexAttribArray(n.H), r.bindBuffer(r.ARRAY_BUFFER, t.o), r.vertexAttribPointer(
1034
+ n.H,
1035
+ 2,
1036
+ r.FLOAT,
1037
+ !1,
1038
+ 0,
1039
+ 0
1040
+ ), r.bindFramebuffer(r.DRAW_FRAMEBUFFER ? r.DRAW_FRAMEBUFFER : r.FRAMEBUFFER, null), r.clearColor(0, 0, 0, 0), r.clear(r.COLOR_BUFFER_BIT), r.colorMask(!0, !0, !0, !0), r.drawArrays(r.TRIANGLE_FAN, 0, 4), r.disableVertexAttribArray(n.I), r.disableVertexAttribArray(n.H), r.bindBuffer(r.ARRAY_BUFFER, null), t.h.bindTexture2d(0);
1041
+ }
1042
+ function K1(t) {
1043
+ this.g = t;
1044
+ }
1045
+ var $1 = new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 4, 1, 96, 0, 0, 3, 2, 1, 0, 10, 9, 1, 7, 0, 65, 0, 253, 15, 26, 11]);
1046
+ function Z1(t, e) {
1047
+ return e + t;
1048
+ }
1049
+ function f1(t, e) {
1050
+ window[t] = e;
1051
+ }
1052
+ function Q1(t) {
1053
+ var e = document.createElement("script");
1054
+ return e.setAttribute("src", t), e.setAttribute("crossorigin", "anonymous"), new Promise(function(r) {
1055
+ e.addEventListener("load", function() {
1056
+ r();
1057
+ }, !1), e.addEventListener("error", function() {
1058
+ r();
1059
+ }, !1), document.body.appendChild(e);
1060
+ });
1061
+ }
1062
+ function z1() {
1063
+ return P(this, function t() {
1064
+ return M(t, function(e) {
1065
+ switch (e.g) {
1066
+ case 1:
1067
+ return e.m = 2, S(e, WebAssembly.instantiate($1), 4);
1068
+ case 4:
1069
+ e.g = 3, e.m = 0;
1070
+ break;
1071
+ case 2:
1072
+ return e.m = 0, e.j = null, e.return(!1);
1073
+ case 3:
1074
+ return e.return(!0);
1075
+ }
1076
+ });
1077
+ });
1078
+ }
1079
+ function L2(t) {
1080
+ if (this.g = t, this.listeners = {}, this.j = {}, this.F = {}, this.m = {}, this.s = {}, this.G = this.o = this.R = !0, this.C = Promise.resolve(), this.P = "", this.B = {}, this.locateFile = t && t.locateFile || Z1, typeof window == "object") var e = window.location.pathname.toString().substring(0, window.location.pathname.toString().lastIndexOf("/")) + "/";
1081
+ else if (typeof location < "u") e = location.pathname.toString().substring(0, location.pathname.toString().lastIndexOf("/")) + "/";
1082
+ else throw Error("solutions can only be loaded on a web page or in a web worker");
1083
+ if (this.S = e, t.options) {
1084
+ e = C(Object.keys(t.options));
1085
+ for (var r = e.next(); !r.done; r = e.next()) {
1086
+ r = r.value;
1087
+ var n = t.options[r].default;
1088
+ n !== void 0 && (this.j[r] = typeof n == "function" ? n() : n);
1089
+ }
1090
+ }
1091
+ }
1092
+ k = L2.prototype, k.close = function() {
1093
+ return this.i && this.i.delete(), Promise.resolve();
1094
+ };
1095
+ function q1(t, e) {
1096
+ return t.g.files === void 0 ? [] : typeof t.g.files == "function" ? t.g.files(e) : t.g.files;
1097
+ }
1098
+ function t3(t) {
1099
+ return P(t, function e() {
1100
+ var r = this, n, i, u, o, s, a, f, c, b, d, g;
1101
+ return M(e, function(l) {
1102
+ switch (l.g) {
1103
+ case 1:
1104
+ return n = r, r.R ? (i = q1(r, r.j), S(l, z1(), 2)) : l.return();
1105
+ case 2:
1106
+ if (u = l.h, typeof window == "object") return f1("createMediapipeSolutionsWasm", { locateFile: r.locateFile }), f1("createMediapipeSolutionsPackedAssets", { locateFile: r.locateFile }), a = i.filter(function(h) {
1107
+ return h.data !== void 0;
1108
+ }), f = i.filter(function(h) {
1109
+ return h.data === void 0;
1110
+ }), c = Promise.all(a.map(function(h) {
1111
+ var v = M2(n, h.url);
1112
+ if (h.path !== void 0) {
1113
+ var w = h.path;
1114
+ v = v.then(function(F) {
1115
+ return n.overrideFile(w, F), Promise.resolve(F);
1116
+ });
1117
+ }
1118
+ return v;
1119
+ })), b = Promise.all(f.map(function(h) {
1120
+ return h.simd === void 0 || h.simd && u || !h.simd && !u ? Q1(n.locateFile(h.url, n.S)) : Promise.resolve();
1121
+ })).then(function() {
1122
+ return P(n, function h() {
1123
+ var v, w, F = this;
1124
+ return M(h, function(O) {
1125
+ if (O.g == 1) return v = window.createMediapipeSolutionsWasm, w = window.createMediapipeSolutionsPackedAssets, S(O, v(w), 2);
1126
+ F.h = O.h, O.g = 0;
1127
+ });
1128
+ });
1129
+ }), d = (function() {
1130
+ return P(n, function h() {
1131
+ var v = this;
1132
+ return M(h, function(w) {
1133
+ return v.g.graph && v.g.graph.url ? w = S(w, M2(v, v.g.graph.url), 0) : (w.g = 0, w = void 0), w;
1134
+ });
1135
+ });
1136
+ })(), S(l, Promise.all([b, c, d]), 7);
1137
+ if (typeof importScripts != "function") throw Error("solutions can only be loaded on a web page or in a web worker");
1138
+ return o = i.filter(function(h) {
1139
+ return h.simd === void 0 || h.simd && u || !h.simd && !u;
1140
+ }).map(function(h) {
1141
+ return n.locateFile(h.url, n.S);
1142
+ }), importScripts.apply(null, Y(o)), S(l, createMediapipeSolutionsWasm(Module), 6);
1143
+ case 6:
1144
+ r.h = l.h, r.l = new OffscreenCanvas(1, 1), r.h.canvas = r.l, s = r.h.GL.createContext(
1145
+ r.l,
1146
+ { antialias: !1, alpha: !1, ba: typeof WebGL2RenderingContext < "u" ? 2 : 1 }
1147
+ ), r.h.GL.makeContextCurrent(s), l.g = 4;
1148
+ break;
1149
+ case 7:
1150
+ if (r.l = document.createElement("canvas"), g = r.l.getContext("webgl2", {}), !g && (g = r.l.getContext("webgl", {}), !g)) return alert("Failed to create WebGL canvas context when passing video frame."), l.return();
1151
+ r.D = g, r.h.canvas = r.l, r.h.createContext(r.l, !0, !0, {});
1152
+ case 4:
1153
+ r.i = new r.h.SolutionWasm(), r.R = !1, l.g = 0;
1154
+ }
1155
+ });
1156
+ });
1157
+ }
1158
+ function e3(t) {
1159
+ return P(t, function e() {
1160
+ var r = this, n, i, u, o, s, a, f, c;
1161
+ return M(e, function(b) {
1162
+ if (b.g == 1) {
1163
+ if (r.g.graph && r.g.graph.url && r.P === r.g.graph.url) return b.return();
1164
+ if (r.o = !0, !r.g.graph || !r.g.graph.url) {
1165
+ b.g = 2;
1166
+ return;
1167
+ }
1168
+ return r.P = r.g.graph.url, S(b, M2(r, r.g.graph.url), 3);
1169
+ }
1170
+ for (b.g != 2 && (n = b.h, r.i.loadGraph(n)), i = C(Object.keys(r.B)), u = i.next(); !u.done; u = i.next()) o = u.value, r.i.overrideFile(o, r.B[o]);
1171
+ if (r.B = {}, r.g.listeners) for (s = C(r.g.listeners), a = s.next(); !a.done; a = s.next()) f = a.value, o3(r, f);
1172
+ c = r.j, r.j = {}, r.setOptions(c), b.g = 0;
1173
+ });
1174
+ });
1175
+ }
1176
+ k.reset = function() {
1177
+ return P(this, function t() {
1178
+ var e = this;
1179
+ return M(t, function(r) {
1180
+ e.i && (e.i.reset(), e.m = {}, e.s = {}), r.g = 0;
1181
+ });
1182
+ });
1183
+ }, k.setOptions = function(t, e) {
1184
+ var r = this;
1185
+ if (e = e || this.g.options) {
1186
+ for (var n = [], i = [], u = {}, o = C(Object.keys(t)), s = o.next(); !s.done; u = { K: u.K, L: u.L }, s = o.next()) {
1187
+ var a = s.value;
1188
+ a in this.j && this.j[a] === t[a] || (this.j[a] = t[a], s = e[a], s !== void 0 && (s.onChange && (u.K = s.onChange, u.L = t[a], n.push(/* @__PURE__ */ (function(f) {
1189
+ return function() {
1190
+ return P(r, function c() {
1191
+ var b, d = this;
1192
+ return M(c, function(g) {
1193
+ if (g.g == 1) return S(g, f.K(f.L), 2);
1194
+ b = g.h, b === !0 && (d.o = !0), g.g = 0;
1195
+ });
1196
+ });
1197
+ };
1198
+ })(u))), s.graphOptionXref && (a = { valueNumber: s.type === 1 ? t[a] : 0, valueBoolean: s.type === 0 ? t[a] : !1, valueString: s.type === 2 ? t[a] : "" }, s = Object.assign(Object.assign(Object.assign({}, { calculatorName: "", calculatorIndex: 0 }), s.graphOptionXref), a), i.push(s))));
1199
+ }
1200
+ (n.length !== 0 || i.length !== 0) && (this.o = !0, this.A = (this.A === void 0 ? [] : this.A).concat(i), this.u = (this.u === void 0 ? [] : this.u).concat(n));
1201
+ }
1202
+ };
1203
+ function r3(t) {
1204
+ return P(t, function e() {
1205
+ var r = this, n, i, u, o, s, a, f;
1206
+ return M(e, function(c) {
1207
+ switch (c.g) {
1208
+ case 1:
1209
+ if (!r.o) return c.return();
1210
+ if (!r.u) {
1211
+ c.g = 2;
1212
+ break;
1213
+ }
1214
+ n = C(r.u), i = n.next();
1215
+ case 3:
1216
+ if (i.done) {
1217
+ c.g = 5;
1218
+ break;
1219
+ }
1220
+ return u = i.value, S(c, u(), 4);
1221
+ case 4:
1222
+ i = n.next(), c.g = 3;
1223
+ break;
1224
+ case 5:
1225
+ r.u = void 0;
1226
+ case 2:
1227
+ if (r.A) {
1228
+ for (o = new r.h.GraphOptionChangeRequestList(), s = C(r.A), a = s.next(); !a.done; a = s.next()) f = a.value, o.push_back(f);
1229
+ r.i.changeOptions(o), o.delete(), r.A = void 0;
1230
+ }
1231
+ r.o = !1, c.g = 0;
1232
+ }
1233
+ });
1234
+ });
1235
+ }
1236
+ k.initialize = function() {
1237
+ return P(this, function t() {
1238
+ var e = this;
1239
+ return M(t, function(r) {
1240
+ return r.g == 1 ? S(r, t3(e), 2) : r.g != 3 ? S(r, e3(e), 3) : S(r, r3(e), 0);
1241
+ });
1242
+ });
1243
+ };
1244
+ function M2(t, e) {
1245
+ return P(t, function r() {
1246
+ var n = this, i, u;
1247
+ return M(r, function(o) {
1248
+ return e in n.F ? o.return(n.F[e]) : (i = n.locateFile(e, ""), u = fetch(i).then(function(s) {
1249
+ return s.arrayBuffer();
1250
+ }), n.F[e] = u, o.return(u));
1251
+ });
1252
+ });
1253
+ }
1254
+ k.overrideFile = function(t, e) {
1255
+ this.i ? this.i.overrideFile(t, e) : this.B[t] = e;
1256
+ }, k.clearOverriddenFiles = function() {
1257
+ this.B = {}, this.i && this.i.clearOverriddenFiles();
1258
+ }, k.send = function(t, e) {
1259
+ return P(this, function r() {
1260
+ var n = this, i, u, o, s, a, f, c, b, d;
1261
+ return M(r, function(g) {
1262
+ switch (g.g) {
1263
+ case 1:
1264
+ return n.g.inputs ? (i = 1e3 * (e ?? performance.now()), S(g, n.C, 2)) : g.return();
1265
+ case 2:
1266
+ return S(g, n.initialize(), 3);
1267
+ case 3:
1268
+ for (u = new n.h.PacketDataList(), o = C(Object.keys(t)), s = o.next(); !s.done; s = o.next()) if (a = s.value, f = n.g.inputs[a]) {
1269
+ t: {
1270
+ var l = n, h = t[a];
1271
+ switch (f.type) {
1272
+ case "video":
1273
+ var v = l.m[f.stream];
1274
+ if (v || (v = new F2(l.h, l.D), l.m[f.stream] = v), l = v, l.l === 0 && (l.l = l.h.createTexture()), typeof HTMLVideoElement < "u" && h instanceof HTMLVideoElement) {
1275
+ var w = h.videoWidth;
1276
+ v = h.videoHeight;
1277
+ } else typeof HTMLImageElement < "u" && h instanceof HTMLImageElement ? (w = h.naturalWidth, v = h.naturalHeight) : (w = h.width, v = h.height);
1278
+ v = { glName: l.l, width: w, height: v }, w = l.g, w.canvas.width = v.width, w.canvas.height = v.height, w.activeTexture(w.TEXTURE0), l.h.bindTexture2d(l.l), w.texImage2D(w.TEXTURE_2D, 0, w.RGBA, w.RGBA, w.UNSIGNED_BYTE, h), l.h.bindTexture2d(0), l = v;
1279
+ break t;
1280
+ case "detections":
1281
+ for (v = l.m[f.stream], v || (v = new K1(l.h), l.m[f.stream] = v), l = v, l.data || (l.data = new l.g.DetectionListData()), l.data.reset(h.length), v = 0; v < h.length; ++v) {
1282
+ w = h[v];
1283
+ var F = l.data, O = F.setBoundingBox, U = v, x = w.T, p = new R2();
1284
+ m(p, 1, x.Z), m(p, 2, x.$), m(p, 3, x.height), m(p, 4, x.width), m(p, 5, x.rotation), m(p, 6, x.X);
1285
+ var _ = x = new T2();
1286
+ B(_, 1, T(p, 1)), B(_, 2, T(p, 2)), B(_, 3, T(p, 3)), B(_, 4, T(p, 4)), B(_, 5, T(p, 5));
1287
+ var E = T(p, 6);
1288
+ if (E != null && E != null) {
1289
+ H(_.g, 48);
1290
+ var y = _.g, A = E;
1291
+ E = 0 > A, A = Math.abs(A);
1292
+ var j = A >>> 0;
1293
+ for (A = Math.floor((A - j) / 4294967296), A >>>= 0, E && (A = ~A >>> 0, j = (~j >>> 0) + 1, 4294967295 < j && (j = 0, A++, 4294967295 < A && (A = 0))), W = j, D = A, E = W, j = D; 0 < j || 127 < E; ) y.push(E & 127 | 128), E = (E >>> 7 | j << 25) >>> 0, j >>>= 7;
1294
+ y.push(E);
1295
+ }
1296
+ if (k2(p, _), x = x2(x), O.call(F, U, x), w.O) for (F = 0; F < w.O.length; ++F) p = w.O[F], _ = !!p.visibility, O = l.data, U = O.addNormalizedLandmark, x = v, p = Object.assign(Object.assign({}, p), { visibility: _ ? p.visibility : 0 }), _ = new i2(), m(_, 1, p.x), m(_, 2, p.y), m(_, 3, p.z), p.visibility && m(_, 4, p.visibility), y = p = new T2(), B(y, 1, T(_, 1)), B(y, 2, T(_, 2)), B(y, 3, T(_, 3)), B(y, 4, T(_, 4)), B(y, 5, T(_, 5)), k2(_, y), p = x2(p), U.call(O, x, p);
1297
+ if (w.M) for (F = 0; F < w.M.length; ++F) {
1298
+ if (O = l.data, U = O.addClassification, x = v, p = w.M[F], _ = new c2(), m(_, 2, p.Y), p.index && m(_, 1, p.index), p.label && m(_, 3, p.label), p.displayName && m(_, 4, p.displayName), y = p = new T2(), j = T(_, 1), j != null && j != null) if (H(y.g, 8), E = y.g, 0 <= j) H(E, j);
1299
+ else {
1300
+ for (A = 0; 9 > A; A++) E.push(j & 127 | 128), j >>= 7;
1301
+ E.push(1);
1302
+ }
1303
+ B(y, 2, T(_, 2)), E = T(_, 3), E != null && (E = I2(E), H(y.g, 26), H(y.g, E.length), n2(y, y.g.end()), n2(y, E)), E = T(_, 4), E != null && (E = I2(E), H(y.g, 34), H(y.g, E.length), n2(y, y.g.end()), n2(y, E)), k2(_, y), p = x2(p), U.call(O, x, p);
1304
+ }
1305
+ }
1306
+ l = l.data;
1307
+ break t;
1308
+ default:
1309
+ l = {};
1310
+ }
1311
+ }
1312
+ switch (c = l, b = f.stream, f.type) {
1313
+ case "video":
1314
+ u.pushTexture2d(Object.assign(Object.assign({}, c), { stream: b, timestamp: i }));
1315
+ break;
1316
+ case "detections":
1317
+ d = c, d.stream = b, d.timestamp = i, u.pushDetectionList(d);
1318
+ break;
1319
+ default:
1320
+ throw Error("Unknown input config type: '" + f.type + "'");
1321
+ }
1322
+ }
1323
+ return n.i.send(u), S(g, n.C, 4);
1324
+ case 4:
1325
+ u.delete(), g.g = 0;
1326
+ }
1327
+ });
1328
+ });
1329
+ };
1330
+ function n3(t, e, r) {
1331
+ return P(t, function n() {
1332
+ var i, u, o, s, a, f, c = this, b, d, g, l, h, v, w, F;
1333
+ return M(n, function(O) {
1334
+ switch (O.g) {
1335
+ case 1:
1336
+ if (!r) return O.return(e);
1337
+ for (i = {}, u = 0, o = C(Object.keys(r)), s = o.next(); !s.done; s = o.next()) a = s.value, f = r[a], typeof f != "string" && f.type === "texture" && e[f.stream] !== void 0 && ++u;
1338
+ 1 < u && (c.G = !1), b = C(Object.keys(r)), s = b.next();
1339
+ case 2:
1340
+ if (s.done) {
1341
+ O.g = 4;
1342
+ break;
1343
+ }
1344
+ if (d = s.value, g = r[d], typeof g == "string") return w = i, F = d, S(O, i3(c, d, e[g]), 14);
1345
+ if (l = e[g.stream], g.type === "detection_list") {
1346
+ if (l) {
1347
+ for (var U = l.getRectList(), x = l.getLandmarksList(), p = l.getClassificationsList(), _ = [], E = 0; E < U.size(); ++E) {
1348
+ var y = U.get(E);
1349
+ t: {
1350
+ var A = new R2();
1351
+ for (y = new f2(y); X(y); ) switch (y.i) {
1352
+ case 13:
1353
+ var j = I(y);
1354
+ m(A, 1, j);
1355
+ break;
1356
+ case 21:
1357
+ j = I(y), m(A, 2, j);
1358
+ break;
1359
+ case 29:
1360
+ j = I(y), m(A, 3, j);
1361
+ break;
1362
+ case 37:
1363
+ j = I(y), m(A, 4, j);
1364
+ break;
1365
+ case 45:
1366
+ j = I(y), m(A, 5, j);
1367
+ break;
1368
+ case 48:
1369
+ j = g2(y.g), m(A, 6, j);
1370
+ break;
1371
+ default:
1372
+ if (!K(A, y)) break t;
1373
+ }
1374
+ }
1375
+ A = { Z: V(A, 1), $: V(A, 2), height: V(A, 3), width: V(A, 4), rotation: V(A, 5, 0), X: Q(A, 6, 0) }, y = m2(o1(x.get(E)), i2).map(s1);
1376
+ var o2 = p.get(E);
1377
+ t: for (j = new S2(), o2 = new f2(o2); X(o2); ) switch (o2.i) {
1378
+ case 10:
1379
+ j.addClassification(v2(o2, new c2(), I1));
1380
+ break;
1381
+ default:
1382
+ if (!K(j, o2)) break t;
1383
+ }
1384
+ A = { T: A, O: y, M: D1(j) }, _.push(A);
1385
+ }
1386
+ U = _;
1387
+ } else U = [];
1388
+ i[d] = U, O.g = 7;
1389
+ break;
1390
+ }
1391
+ if (g.type === "proto_list") {
1392
+ if (l) {
1393
+ for (U = Array(l.size()), x = 0; x < l.size(); x++) U[x] = l.get(x);
1394
+ l.delete();
1395
+ } else U = [];
1396
+ i[d] = U, O.g = 7;
1397
+ break;
1398
+ }
1399
+ if (l === void 0) {
1400
+ O.g = 3;
1401
+ break;
1402
+ }
1403
+ if (g.type === "float_list") {
1404
+ i[d] = l, O.g = 7;
1405
+ break;
1406
+ }
1407
+ if (g.type === "proto") {
1408
+ i[d] = l, O.g = 7;
1409
+ break;
1410
+ }
1411
+ if (g.type !== "texture") throw Error("Unknown output config type: '" + g.type + "'");
1412
+ return h = c.s[d], h || (h = new F2(c.h, c.D), c.s[d] = h), S(O, a1(h, l, c.G), 13);
1413
+ case 13:
1414
+ v = O.h, i[d] = v;
1415
+ case 7:
1416
+ g.transform && i[d] && (i[d] = g.transform(i[d])), O.g = 3;
1417
+ break;
1418
+ case 14:
1419
+ w[F] = O.h;
1420
+ case 3:
1421
+ s = b.next(), O.g = 2;
1422
+ break;
1423
+ case 4:
1424
+ return O.return(i);
1425
+ }
1426
+ });
1427
+ });
1428
+ }
1429
+ function i3(t, e, r) {
1430
+ return P(t, function n() {
1431
+ var i = this, u;
1432
+ return M(n, function(o) {
1433
+ return typeof r == "number" || r instanceof Uint8Array || r instanceof i.h.Uint8BlobList ? o.return(r) : r instanceof i.h.Texture2dDataOut ? (u = i.s[e], u || (u = new F2(i.h, i.D), i.s[e] = u), o.return(a1(u, r, i.G))) : o.return(void 0);
1434
+ });
1435
+ });
1436
+ }
1437
+ function o3(t, e) {
1438
+ for (var r = e.name || "$", n = [].concat(Y(e.wants)), i = new t.h.StringList(), u = C(e.wants), o = u.next(); !o.done; o = u.next()) i.push_back(o.value);
1439
+ u = t.h.PacketListener.implement({ onResults: function(s) {
1440
+ for (var a = {}, f = 0; f < e.wants.length; ++f) a[n[f]] = s.get(f);
1441
+ var c = t.listeners[r];
1442
+ c && (t.C = n3(t, a, e.outs).then(function(b) {
1443
+ b = c(b);
1444
+ for (var d = 0; d < e.wants.length; ++d) {
1445
+ var g = a[n[d]];
1446
+ typeof g == "object" && g.hasOwnProperty && g.hasOwnProperty("delete") && g.delete();
1447
+ }
1448
+ b && (t.C = b);
1449
+ }));
1450
+ } }), t.i.attachMultiListener(i, u), i.delete();
1451
+ }
1452
+ k.onResults = function(t, e) {
1453
+ this.listeners[e || "$"] = t;
1454
+ }, L("Solution", L2), L("OptionType", { BOOL: 0, NUMBER: 1, aa: 2, 0: "BOOL", 1: "NUMBER", 2: "STRING" });
1455
+ function u3(t) {
1456
+ t = J1(t);
1457
+ var e = t.getMesh();
1458
+ if (!e) return t;
1459
+ var r = new Float32Array(e.getVertexBufferList());
1460
+ e.getVertexBufferList = function() {
1461
+ return r;
1462
+ };
1463
+ var n = new Uint32Array(e.getIndexBufferList());
1464
+ return e.getIndexBufferList = function() {
1465
+ return n;
1466
+ }, t;
1467
+ }
1468
+ var s3 = { files: [{ url: "face_mesh_solution_packed_assets_loader.js" }, { simd: !0, url: "face_mesh_solution_simd_wasm_bin.js" }, { simd: !1, url: "face_mesh_solution_wasm_bin.js" }], graph: { url: "face_mesh.binarypb" }, listeners: [{ wants: ["multi_face_geometry", "image_transformed", "multi_face_landmarks"], outs: { image: "image_transformed", multiFaceGeometry: { type: "proto_list", stream: "multi_face_geometry", transform: function(t) {
1469
+ return t.map(u3);
1470
+ } }, multiFaceLandmarks: { type: "proto_list", stream: "multi_face_landmarks", transform: function(t) {
1471
+ return t.map(function(e) {
1472
+ return m2(
1473
+ o1(e),
1474
+ i2
1475
+ ).map(s1);
1476
+ });
1477
+ } } } }], inputs: { image: { type: "video", stream: "input_frames_gpu" } }, options: { useCpuInference: { type: 0, graphOptionXref: { calculatorType: "InferenceCalculator", fieldName: "use_cpu_inference" }, default: "iPad Simulator;iPhone Simulator;iPod Simulator;iPad;iPhone;iPod".split(";").includes(navigator.platform) || navigator.userAgent.includes("Mac") && "ontouchend" in document }, enableFaceGeometry: { type: 0, graphOptionXref: {
1478
+ calculatorName: "EnableFaceGeometryConstant",
1479
+ calculatorType: "ConstantSidePacketCalculator",
1480
+ fieldName: "bool_value"
1481
+ } }, selfieMode: { type: 0, graphOptionXref: { calculatorType: "GlScalerCalculator", calculatorIndex: 1, fieldName: "flip_horizontal" } }, maxNumFaces: { type: 1, graphOptionXref: { calculatorType: "ConstantSidePacketCalculator", calculatorName: "ConstantSidePacketCalculatorNumFaces", fieldName: "int_value" } }, refineLandmarks: { type: 0, graphOptionXref: { calculatorType: "ConstantSidePacketCalculator", calculatorName: "ConstantSidePacketCalculatorRefineLandmarks", fieldName: "bool_value" } }, minDetectionConfidence: {
1482
+ type: 1,
1483
+ graphOptionXref: { calculatorType: "TensorsToDetectionsCalculator", calculatorName: "facelandmarkfrontgpu__facedetectionshortrangegpu__facedetectionshortrangecommon__TensorsToDetectionsCalculator", fieldName: "min_score_thresh" }
1484
+ }, minTrackingConfidence: { type: 1, graphOptionXref: { calculatorType: "ThresholdingCalculator", calculatorName: "facelandmarkfrontgpu__facelandmarkgpu__ThresholdingCalculator", fieldName: "threshold" } }, cameraNear: { type: 1, graphOptionXref: {
1485
+ calculatorType: "FaceGeometryEnvGeneratorCalculator",
1486
+ fieldName: "near"
1487
+ } }, cameraFar: { type: 1, graphOptionXref: { calculatorType: "FaceGeometryEnvGeneratorCalculator", fieldName: "far" } }, cameraVerticalFovDegrees: { type: 1, graphOptionXref: { calculatorType: "FaceGeometryEnvGeneratorCalculator", fieldName: "vertical_fov_degrees" } } } }, l1 = [[61, 146], [146, 91], [91, 181], [181, 84], [84, 17], [17, 314], [314, 405], [405, 321], [321, 375], [375, 291], [61, 185], [185, 40], [40, 39], [39, 37], [37, 0], [0, 267], [267, 269], [269, 270], [270, 409], [409, 291], [78, 95], [95, 88], [88, 178], [178, 87], [87, 14], [14, 317], [317, 402], [402, 318], [318, 324], [324, 308], [78, 191], [191, 80], [80, 81], [81, 82], [82, 13], [13, 312], [312, 311], [311, 310], [310, 415], [415, 308]], c1 = [[263, 249], [249, 390], [390, 373], [373, 374], [374, 380], [380, 381], [381, 382], [382, 362], [263, 466], [466, 388], [388, 387], [387, 386], [
1488
+ 386,
1489
+ 385
1490
+ ], [385, 384], [384, 398], [398, 362]], h1 = [[276, 283], [283, 282], [282, 295], [295, 285], [300, 293], [293, 334], [334, 296], [296, 336]], g1 = [[33, 7], [7, 163], [163, 144], [144, 145], [145, 153], [153, 154], [154, 155], [155, 133], [33, 246], [246, 161], [161, 160], [160, 159], [159, 158], [158, 157], [157, 173], [173, 133]], p1 = [[46, 53], [53, 52], [52, 65], [65, 55], [70, 63], [63, 105], [105, 66], [66, 107]], v1 = [
1491
+ [10, 338],
1492
+ [338, 297],
1493
+ [297, 332],
1494
+ [332, 284],
1495
+ [284, 251],
1496
+ [251, 389],
1497
+ [389, 356],
1498
+ [356, 454],
1499
+ [454, 323],
1500
+ [323, 361],
1501
+ [361, 288],
1502
+ [288, 397],
1503
+ [397, 365],
1504
+ [365, 379],
1505
+ [379, 378],
1506
+ [378, 400],
1507
+ [400, 377],
1508
+ [377, 152],
1509
+ [152, 148],
1510
+ [148, 176],
1511
+ [176, 149],
1512
+ [149, 150],
1513
+ [150, 136],
1514
+ [136, 172],
1515
+ [172, 58],
1516
+ [58, 132],
1517
+ [132, 93],
1518
+ [93, 234],
1519
+ [234, 127],
1520
+ [127, 162],
1521
+ [162, 21],
1522
+ [21, 54],
1523
+ [54, 103],
1524
+ [103, 67],
1525
+ [67, 109],
1526
+ [109, 10]
1527
+ ], a3 = [].concat(Y(l1), Y(c1), Y(h1), Y(g1), Y(p1), Y(v1));
1528
+ function d1(t) {
1529
+ t = t || {}, t = Object.assign(Object.assign({}, s3), t), this.g = new L2(t);
1530
+ }
1531
+ k = d1.prototype, k.close = function() {
1532
+ return this.g.close(), Promise.resolve();
1533
+ }, k.onResults = function(t) {
1534
+ this.g.onResults(t);
1535
+ }, k.initialize = function() {
1536
+ return P(this, function t() {
1537
+ var e = this;
1538
+ return M(t, function(r) {
1539
+ return S(r, e.g.initialize(), 0);
1540
+ });
1541
+ });
1542
+ }, k.reset = function() {
1543
+ this.g.reset();
1544
+ }, k.send = function(t) {
1545
+ return P(this, function e() {
1546
+ var r = this;
1547
+ return M(e, function(n) {
1548
+ return S(n, r.g.send(t), 0);
1549
+ });
1550
+ });
1551
+ }, k.setOptions = function(t) {
1552
+ this.g.setOptions(t);
1553
+ }, L("FACE_GEOMETRY", { Layout: { COLUMN_MAJOR: 0, ROW_MAJOR: 1, 0: "COLUMN_MAJOR", 1: "ROW_MAJOR" }, PrimitiveType: { TRIANGLE: 0, 0: "TRIANGLE" }, VertexType: { VERTEX_PT: 0, 0: "VERTEX_PT" }, DEFAULT_CAMERA_PARAMS: { verticalFovDegrees: 63, near: 1, far: 1e4 } }), L("FaceMesh", d1), L("FACEMESH_LIPS", l1), L("FACEMESH_LEFT_EYE", c1), L("FACEMESH_LEFT_EYEBROW", h1), L("FACEMESH_LEFT_IRIS", [[474, 475], [475, 476], [476, 477], [477, 474]]), L("FACEMESH_RIGHT_EYE", g1), L("FACEMESH_RIGHT_EYEBROW", p1), L("FACEMESH_RIGHT_IRIS", [[469, 470], [470, 471], [471, 472], [472, 469]]), L("FACEMESH_FACE_OVAL", v1), L("FACEMESH_CONTOURS", a3), L("FACEMESH_TESSELATION", [
1554
+ [127, 34],
1555
+ [34, 139],
1556
+ [139, 127],
1557
+ [11, 0],
1558
+ [0, 37],
1559
+ [37, 11],
1560
+ [232, 231],
1561
+ [231, 120],
1562
+ [120, 232],
1563
+ [72, 37],
1564
+ [37, 39],
1565
+ [39, 72],
1566
+ [128, 121],
1567
+ [121, 47],
1568
+ [47, 128],
1569
+ [232, 121],
1570
+ [121, 128],
1571
+ [128, 232],
1572
+ [104, 69],
1573
+ [69, 67],
1574
+ [67, 104],
1575
+ [175, 171],
1576
+ [171, 148],
1577
+ [148, 175],
1578
+ [118, 50],
1579
+ [50, 101],
1580
+ [101, 118],
1581
+ [73, 39],
1582
+ [39, 40],
1583
+ [40, 73],
1584
+ [9, 151],
1585
+ [151, 108],
1586
+ [108, 9],
1587
+ [48, 115],
1588
+ [115, 131],
1589
+ [131, 48],
1590
+ [194, 204],
1591
+ [204, 211],
1592
+ [211, 194],
1593
+ [74, 40],
1594
+ [40, 185],
1595
+ [185, 74],
1596
+ [80, 42],
1597
+ [42, 183],
1598
+ [183, 80],
1599
+ [40, 92],
1600
+ [92, 186],
1601
+ [186, 40],
1602
+ [230, 229],
1603
+ [229, 118],
1604
+ [118, 230],
1605
+ [202, 212],
1606
+ [
1607
+ 212,
1608
+ 214
1609
+ ],
1610
+ [214, 202],
1611
+ [83, 18],
1612
+ [18, 17],
1613
+ [17, 83],
1614
+ [76, 61],
1615
+ [61, 146],
1616
+ [146, 76],
1617
+ [160, 29],
1618
+ [29, 30],
1619
+ [30, 160],
1620
+ [56, 157],
1621
+ [157, 173],
1622
+ [173, 56],
1623
+ [106, 204],
1624
+ [204, 194],
1625
+ [194, 106],
1626
+ [135, 214],
1627
+ [214, 192],
1628
+ [192, 135],
1629
+ [203, 165],
1630
+ [165, 98],
1631
+ [98, 203],
1632
+ [21, 71],
1633
+ [71, 68],
1634
+ [68, 21],
1635
+ [51, 45],
1636
+ [45, 4],
1637
+ [4, 51],
1638
+ [144, 24],
1639
+ [24, 23],
1640
+ [23, 144],
1641
+ [77, 146],
1642
+ [146, 91],
1643
+ [91, 77],
1644
+ [205, 50],
1645
+ [50, 187],
1646
+ [187, 205],
1647
+ [201, 200],
1648
+ [200, 18],
1649
+ [18, 201],
1650
+ [91, 106],
1651
+ [106, 182],
1652
+ [182, 91],
1653
+ [90, 91],
1654
+ [91, 181],
1655
+ [181, 90],
1656
+ [85, 84],
1657
+ [84, 17],
1658
+ [17, 85],
1659
+ [206, 203],
1660
+ [203, 36],
1661
+ [36, 206],
1662
+ [148, 171],
1663
+ [171, 140],
1664
+ [140, 148],
1665
+ [
1666
+ 92,
1667
+ 40
1668
+ ],
1669
+ [40, 39],
1670
+ [39, 92],
1671
+ [193, 189],
1672
+ [189, 244],
1673
+ [244, 193],
1674
+ [159, 158],
1675
+ [158, 28],
1676
+ [28, 159],
1677
+ [247, 246],
1678
+ [246, 161],
1679
+ [161, 247],
1680
+ [236, 3],
1681
+ [3, 196],
1682
+ [196, 236],
1683
+ [54, 68],
1684
+ [68, 104],
1685
+ [104, 54],
1686
+ [193, 168],
1687
+ [168, 8],
1688
+ [8, 193],
1689
+ [117, 228],
1690
+ [228, 31],
1691
+ [31, 117],
1692
+ [189, 193],
1693
+ [193, 55],
1694
+ [55, 189],
1695
+ [98, 97],
1696
+ [97, 99],
1697
+ [99, 98],
1698
+ [126, 47],
1699
+ [47, 100],
1700
+ [100, 126],
1701
+ [166, 79],
1702
+ [79, 218],
1703
+ [218, 166],
1704
+ [155, 154],
1705
+ [154, 26],
1706
+ [26, 155],
1707
+ [209, 49],
1708
+ [49, 131],
1709
+ [131, 209],
1710
+ [135, 136],
1711
+ [136, 150],
1712
+ [150, 135],
1713
+ [47, 126],
1714
+ [126, 217],
1715
+ [217, 47],
1716
+ [223, 52],
1717
+ [52, 53],
1718
+ [53, 223],
1719
+ [45, 51],
1720
+ [51, 134],
1721
+ [134, 45],
1722
+ [211, 170],
1723
+ [
1724
+ 170,
1725
+ 140
1726
+ ],
1727
+ [140, 211],
1728
+ [67, 69],
1729
+ [69, 108],
1730
+ [108, 67],
1731
+ [43, 106],
1732
+ [106, 91],
1733
+ [91, 43],
1734
+ [230, 119],
1735
+ [119, 120],
1736
+ [120, 230],
1737
+ [226, 130],
1738
+ [130, 247],
1739
+ [247, 226],
1740
+ [63, 53],
1741
+ [53, 52],
1742
+ [52, 63],
1743
+ [238, 20],
1744
+ [20, 242],
1745
+ [242, 238],
1746
+ [46, 70],
1747
+ [70, 156],
1748
+ [156, 46],
1749
+ [78, 62],
1750
+ [62, 96],
1751
+ [96, 78],
1752
+ [46, 53],
1753
+ [53, 63],
1754
+ [63, 46],
1755
+ [143, 34],
1756
+ [34, 227],
1757
+ [227, 143],
1758
+ [123, 117],
1759
+ [117, 111],
1760
+ [111, 123],
1761
+ [44, 125],
1762
+ [125, 19],
1763
+ [19, 44],
1764
+ [236, 134],
1765
+ [134, 51],
1766
+ [51, 236],
1767
+ [216, 206],
1768
+ [206, 205],
1769
+ [205, 216],
1770
+ [154, 153],
1771
+ [153, 22],
1772
+ [22, 154],
1773
+ [39, 37],
1774
+ [37, 167],
1775
+ [167, 39],
1776
+ [200, 201],
1777
+ [201, 208],
1778
+ [208, 200],
1779
+ [36, 142],
1780
+ [142, 100],
1781
+ [
1782
+ 100,
1783
+ 36
1784
+ ],
1785
+ [57, 212],
1786
+ [212, 202],
1787
+ [202, 57],
1788
+ [20, 60],
1789
+ [60, 99],
1790
+ [99, 20],
1791
+ [28, 158],
1792
+ [158, 157],
1793
+ [157, 28],
1794
+ [35, 226],
1795
+ [226, 113],
1796
+ [113, 35],
1797
+ [160, 159],
1798
+ [159, 27],
1799
+ [27, 160],
1800
+ [204, 202],
1801
+ [202, 210],
1802
+ [210, 204],
1803
+ [113, 225],
1804
+ [225, 46],
1805
+ [46, 113],
1806
+ [43, 202],
1807
+ [202, 204],
1808
+ [204, 43],
1809
+ [62, 76],
1810
+ [76, 77],
1811
+ [77, 62],
1812
+ [137, 123],
1813
+ [123, 116],
1814
+ [116, 137],
1815
+ [41, 38],
1816
+ [38, 72],
1817
+ [72, 41],
1818
+ [203, 129],
1819
+ [129, 142],
1820
+ [142, 203],
1821
+ [64, 98],
1822
+ [98, 240],
1823
+ [240, 64],
1824
+ [49, 102],
1825
+ [102, 64],
1826
+ [64, 49],
1827
+ [41, 73],
1828
+ [73, 74],
1829
+ [74, 41],
1830
+ [212, 216],
1831
+ [216, 207],
1832
+ [207, 212],
1833
+ [42, 74],
1834
+ [74, 184],
1835
+ [184, 42],
1836
+ [169, 170],
1837
+ [170, 211],
1838
+ [211, 169],
1839
+ [
1840
+ 170,
1841
+ 149
1842
+ ],
1843
+ [149, 176],
1844
+ [176, 170],
1845
+ [105, 66],
1846
+ [66, 69],
1847
+ [69, 105],
1848
+ [122, 6],
1849
+ [6, 168],
1850
+ [168, 122],
1851
+ [123, 147],
1852
+ [147, 187],
1853
+ [187, 123],
1854
+ [96, 77],
1855
+ [77, 90],
1856
+ [90, 96],
1857
+ [65, 55],
1858
+ [55, 107],
1859
+ [107, 65],
1860
+ [89, 90],
1861
+ [90, 180],
1862
+ [180, 89],
1863
+ [101, 100],
1864
+ [100, 120],
1865
+ [120, 101],
1866
+ [63, 105],
1867
+ [105, 104],
1868
+ [104, 63],
1869
+ [93, 137],
1870
+ [137, 227],
1871
+ [227, 93],
1872
+ [15, 86],
1873
+ [86, 85],
1874
+ [85, 15],
1875
+ [129, 102],
1876
+ [102, 49],
1877
+ [49, 129],
1878
+ [14, 87],
1879
+ [87, 86],
1880
+ [86, 14],
1881
+ [55, 8],
1882
+ [8, 9],
1883
+ [9, 55],
1884
+ [100, 47],
1885
+ [47, 121],
1886
+ [121, 100],
1887
+ [145, 23],
1888
+ [23, 22],
1889
+ [22, 145],
1890
+ [88, 89],
1891
+ [89, 179],
1892
+ [179, 88],
1893
+ [6, 122],
1894
+ [122, 196],
1895
+ [196, 6],
1896
+ [88, 95],
1897
+ [95, 96],
1898
+ [96, 88],
1899
+ [138, 172],
1900
+ [172, 136],
1901
+ [136, 138],
1902
+ [215, 58],
1903
+ [58, 172],
1904
+ [172, 215],
1905
+ [115, 48],
1906
+ [48, 219],
1907
+ [219, 115],
1908
+ [42, 80],
1909
+ [80, 81],
1910
+ [81, 42],
1911
+ [195, 3],
1912
+ [3, 51],
1913
+ [51, 195],
1914
+ [43, 146],
1915
+ [146, 61],
1916
+ [61, 43],
1917
+ [171, 175],
1918
+ [175, 199],
1919
+ [199, 171],
1920
+ [81, 82],
1921
+ [82, 38],
1922
+ [38, 81],
1923
+ [53, 46],
1924
+ [46, 225],
1925
+ [225, 53],
1926
+ [144, 163],
1927
+ [163, 110],
1928
+ [110, 144],
1929
+ [52, 65],
1930
+ [65, 66],
1931
+ [66, 52],
1932
+ [229, 228],
1933
+ [228, 117],
1934
+ [117, 229],
1935
+ [34, 127],
1936
+ [127, 234],
1937
+ [234, 34],
1938
+ [107, 108],
1939
+ [108, 69],
1940
+ [69, 107],
1941
+ [109, 108],
1942
+ [108, 151],
1943
+ [151, 109],
1944
+ [48, 64],
1945
+ [64, 235],
1946
+ [235, 48],
1947
+ [62, 78],
1948
+ [78, 191],
1949
+ [191, 62],
1950
+ [129, 209],
1951
+ [209, 126],
1952
+ [126, 129],
1953
+ [111, 35],
1954
+ [35, 143],
1955
+ [
1956
+ 143,
1957
+ 111
1958
+ ],
1959
+ [117, 123],
1960
+ [123, 50],
1961
+ [50, 117],
1962
+ [222, 65],
1963
+ [65, 52],
1964
+ [52, 222],
1965
+ [19, 125],
1966
+ [125, 141],
1967
+ [141, 19],
1968
+ [221, 55],
1969
+ [55, 65],
1970
+ [65, 221],
1971
+ [3, 195],
1972
+ [195, 197],
1973
+ [197, 3],
1974
+ [25, 7],
1975
+ [7, 33],
1976
+ [33, 25],
1977
+ [220, 237],
1978
+ [237, 44],
1979
+ [44, 220],
1980
+ [70, 71],
1981
+ [71, 139],
1982
+ [139, 70],
1983
+ [122, 193],
1984
+ [193, 245],
1985
+ [245, 122],
1986
+ [247, 130],
1987
+ [130, 33],
1988
+ [33, 247],
1989
+ [71, 21],
1990
+ [21, 162],
1991
+ [162, 71],
1992
+ [170, 169],
1993
+ [169, 150],
1994
+ [150, 170],
1995
+ [188, 174],
1996
+ [174, 196],
1997
+ [196, 188],
1998
+ [216, 186],
1999
+ [186, 92],
2000
+ [92, 216],
2001
+ [2, 97],
2002
+ [97, 167],
2003
+ [167, 2],
2004
+ [141, 125],
2005
+ [125, 241],
2006
+ [241, 141],
2007
+ [164, 167],
2008
+ [167, 37],
2009
+ [37, 164],
2010
+ [72, 38],
2011
+ [38, 12],
2012
+ [12, 72],
2013
+ [38, 82],
2014
+ [82, 13],
2015
+ [13, 38],
2016
+ [63, 68],
2017
+ [68, 71],
2018
+ [71, 63],
2019
+ [226, 35],
2020
+ [35, 111],
2021
+ [111, 226],
2022
+ [101, 50],
2023
+ [50, 205],
2024
+ [205, 101],
2025
+ [206, 92],
2026
+ [92, 165],
2027
+ [165, 206],
2028
+ [209, 198],
2029
+ [198, 217],
2030
+ [217, 209],
2031
+ [165, 167],
2032
+ [167, 97],
2033
+ [97, 165],
2034
+ [220, 115],
2035
+ [115, 218],
2036
+ [218, 220],
2037
+ [133, 112],
2038
+ [112, 243],
2039
+ [243, 133],
2040
+ [239, 238],
2041
+ [238, 241],
2042
+ [241, 239],
2043
+ [214, 135],
2044
+ [135, 169],
2045
+ [169, 214],
2046
+ [190, 173],
2047
+ [173, 133],
2048
+ [133, 190],
2049
+ [171, 208],
2050
+ [208, 32],
2051
+ [32, 171],
2052
+ [125, 44],
2053
+ [44, 237],
2054
+ [237, 125],
2055
+ [86, 87],
2056
+ [87, 178],
2057
+ [178, 86],
2058
+ [85, 86],
2059
+ [86, 179],
2060
+ [179, 85],
2061
+ [84, 85],
2062
+ [85, 180],
2063
+ [180, 84],
2064
+ [83, 84],
2065
+ [84, 181],
2066
+ [181, 83],
2067
+ [201, 83],
2068
+ [83, 182],
2069
+ [182, 201],
2070
+ [137, 93],
2071
+ [93, 132],
2072
+ [132, 137],
2073
+ [76, 62],
2074
+ [62, 183],
2075
+ [183, 76],
2076
+ [61, 76],
2077
+ [76, 184],
2078
+ [184, 61],
2079
+ [57, 61],
2080
+ [61, 185],
2081
+ [185, 57],
2082
+ [212, 57],
2083
+ [57, 186],
2084
+ [186, 212],
2085
+ [214, 207],
2086
+ [207, 187],
2087
+ [187, 214],
2088
+ [34, 143],
2089
+ [143, 156],
2090
+ [156, 34],
2091
+ [79, 239],
2092
+ [239, 237],
2093
+ [237, 79],
2094
+ [123, 137],
2095
+ [137, 177],
2096
+ [177, 123],
2097
+ [44, 1],
2098
+ [1, 4],
2099
+ [4, 44],
2100
+ [201, 194],
2101
+ [194, 32],
2102
+ [32, 201],
2103
+ [64, 102],
2104
+ [102, 129],
2105
+ [129, 64],
2106
+ [213, 215],
2107
+ [215, 138],
2108
+ [138, 213],
2109
+ [59, 166],
2110
+ [166, 219],
2111
+ [219, 59],
2112
+ [242, 99],
2113
+ [99, 97],
2114
+ [97, 242],
2115
+ [2, 94],
2116
+ [94, 141],
2117
+ [141, 2],
2118
+ [75, 59],
2119
+ [59, 235],
2120
+ [235, 75],
2121
+ [24, 110],
2122
+ [110, 228],
2123
+ [
2124
+ 228,
2125
+ 24
2126
+ ],
2127
+ [25, 130],
2128
+ [130, 226],
2129
+ [226, 25],
2130
+ [23, 24],
2131
+ [24, 229],
2132
+ [229, 23],
2133
+ [22, 23],
2134
+ [23, 230],
2135
+ [230, 22],
2136
+ [26, 22],
2137
+ [22, 231],
2138
+ [231, 26],
2139
+ [112, 26],
2140
+ [26, 232],
2141
+ [232, 112],
2142
+ [189, 190],
2143
+ [190, 243],
2144
+ [243, 189],
2145
+ [221, 56],
2146
+ [56, 190],
2147
+ [190, 221],
2148
+ [28, 56],
2149
+ [56, 221],
2150
+ [221, 28],
2151
+ [27, 28],
2152
+ [28, 222],
2153
+ [222, 27],
2154
+ [29, 27],
2155
+ [27, 223],
2156
+ [223, 29],
2157
+ [30, 29],
2158
+ [29, 224],
2159
+ [224, 30],
2160
+ [247, 30],
2161
+ [30, 225],
2162
+ [225, 247],
2163
+ [238, 79],
2164
+ [79, 20],
2165
+ [20, 238],
2166
+ [166, 59],
2167
+ [59, 75],
2168
+ [75, 166],
2169
+ [60, 75],
2170
+ [75, 240],
2171
+ [240, 60],
2172
+ [147, 177],
2173
+ [177, 215],
2174
+ [215, 147],
2175
+ [20, 79],
2176
+ [79, 166],
2177
+ [166, 20],
2178
+ [187, 147],
2179
+ [147, 213],
2180
+ [213, 187],
2181
+ [112, 233],
2182
+ [233, 244],
2183
+ [244, 112],
2184
+ [233, 128],
2185
+ [128, 245],
2186
+ [245, 233],
2187
+ [128, 114],
2188
+ [114, 188],
2189
+ [188, 128],
2190
+ [114, 217],
2191
+ [217, 174],
2192
+ [174, 114],
2193
+ [131, 115],
2194
+ [115, 220],
2195
+ [220, 131],
2196
+ [217, 198],
2197
+ [198, 236],
2198
+ [236, 217],
2199
+ [198, 131],
2200
+ [131, 134],
2201
+ [134, 198],
2202
+ [177, 132],
2203
+ [132, 58],
2204
+ [58, 177],
2205
+ [143, 35],
2206
+ [35, 124],
2207
+ [124, 143],
2208
+ [110, 163],
2209
+ [163, 7],
2210
+ [7, 110],
2211
+ [228, 110],
2212
+ [110, 25],
2213
+ [25, 228],
2214
+ [356, 389],
2215
+ [389, 368],
2216
+ [368, 356],
2217
+ [11, 302],
2218
+ [302, 267],
2219
+ [267, 11],
2220
+ [452, 350],
2221
+ [350, 349],
2222
+ [349, 452],
2223
+ [302, 303],
2224
+ [303, 269],
2225
+ [269, 302],
2226
+ [357, 343],
2227
+ [343, 277],
2228
+ [277, 357],
2229
+ [452, 453],
2230
+ [453, 357],
2231
+ [357, 452],
2232
+ [333, 332],
2233
+ [
2234
+ 332,
2235
+ 297
2236
+ ],
2237
+ [297, 333],
2238
+ [175, 152],
2239
+ [152, 377],
2240
+ [377, 175],
2241
+ [347, 348],
2242
+ [348, 330],
2243
+ [330, 347],
2244
+ [303, 304],
2245
+ [304, 270],
2246
+ [270, 303],
2247
+ [9, 336],
2248
+ [336, 337],
2249
+ [337, 9],
2250
+ [278, 279],
2251
+ [279, 360],
2252
+ [360, 278],
2253
+ [418, 262],
2254
+ [262, 431],
2255
+ [431, 418],
2256
+ [304, 408],
2257
+ [408, 409],
2258
+ [409, 304],
2259
+ [310, 415],
2260
+ [415, 407],
2261
+ [407, 310],
2262
+ [270, 409],
2263
+ [409, 410],
2264
+ [410, 270],
2265
+ [450, 348],
2266
+ [348, 347],
2267
+ [347, 450],
2268
+ [422, 430],
2269
+ [430, 434],
2270
+ [434, 422],
2271
+ [313, 314],
2272
+ [314, 17],
2273
+ [17, 313],
2274
+ [306, 307],
2275
+ [307, 375],
2276
+ [375, 306],
2277
+ [387, 388],
2278
+ [388, 260],
2279
+ [260, 387],
2280
+ [286, 414],
2281
+ [414, 398],
2282
+ [398, 286],
2283
+ [335, 406],
2284
+ [406, 418],
2285
+ [418, 335],
2286
+ [364, 367],
2287
+ [
2288
+ 367,
2289
+ 416
2290
+ ],
2291
+ [416, 364],
2292
+ [423, 358],
2293
+ [358, 327],
2294
+ [327, 423],
2295
+ [251, 284],
2296
+ [284, 298],
2297
+ [298, 251],
2298
+ [281, 5],
2299
+ [5, 4],
2300
+ [4, 281],
2301
+ [373, 374],
2302
+ [374, 253],
2303
+ [253, 373],
2304
+ [307, 320],
2305
+ [320, 321],
2306
+ [321, 307],
2307
+ [425, 427],
2308
+ [427, 411],
2309
+ [411, 425],
2310
+ [421, 313],
2311
+ [313, 18],
2312
+ [18, 421],
2313
+ [321, 405],
2314
+ [405, 406],
2315
+ [406, 321],
2316
+ [320, 404],
2317
+ [404, 405],
2318
+ [405, 320],
2319
+ [315, 16],
2320
+ [16, 17],
2321
+ [17, 315],
2322
+ [426, 425],
2323
+ [425, 266],
2324
+ [266, 426],
2325
+ [377, 400],
2326
+ [400, 369],
2327
+ [369, 377],
2328
+ [322, 391],
2329
+ [391, 269],
2330
+ [269, 322],
2331
+ [417, 465],
2332
+ [465, 464],
2333
+ [464, 417],
2334
+ [386, 257],
2335
+ [257, 258],
2336
+ [258, 386],
2337
+ [466, 260],
2338
+ [260, 388],
2339
+ [388, 466],
2340
+ [456, 399],
2341
+ [399, 419],
2342
+ [419, 456],
2343
+ [284, 332],
2344
+ [332, 333],
2345
+ [333, 284],
2346
+ [417, 285],
2347
+ [285, 8],
2348
+ [8, 417],
2349
+ [346, 340],
2350
+ [340, 261],
2351
+ [261, 346],
2352
+ [413, 441],
2353
+ [441, 285],
2354
+ [285, 413],
2355
+ [327, 460],
2356
+ [460, 328],
2357
+ [328, 327],
2358
+ [355, 371],
2359
+ [371, 329],
2360
+ [329, 355],
2361
+ [392, 439],
2362
+ [439, 438],
2363
+ [438, 392],
2364
+ [382, 341],
2365
+ [341, 256],
2366
+ [256, 382],
2367
+ [429, 420],
2368
+ [420, 360],
2369
+ [360, 429],
2370
+ [364, 394],
2371
+ [394, 379],
2372
+ [379, 364],
2373
+ [277, 343],
2374
+ [343, 437],
2375
+ [437, 277],
2376
+ [443, 444],
2377
+ [444, 283],
2378
+ [283, 443],
2379
+ [275, 440],
2380
+ [440, 363],
2381
+ [363, 275],
2382
+ [431, 262],
2383
+ [262, 369],
2384
+ [369, 431],
2385
+ [297, 338],
2386
+ [338, 337],
2387
+ [337, 297],
2388
+ [273, 375],
2389
+ [375, 321],
2390
+ [321, 273],
2391
+ [450, 451],
2392
+ [
2393
+ 451,
2394
+ 349
2395
+ ],
2396
+ [349, 450],
2397
+ [446, 342],
2398
+ [342, 467],
2399
+ [467, 446],
2400
+ [293, 334],
2401
+ [334, 282],
2402
+ [282, 293],
2403
+ [458, 461],
2404
+ [461, 462],
2405
+ [462, 458],
2406
+ [276, 353],
2407
+ [353, 383],
2408
+ [383, 276],
2409
+ [308, 324],
2410
+ [324, 325],
2411
+ [325, 308],
2412
+ [276, 300],
2413
+ [300, 293],
2414
+ [293, 276],
2415
+ [372, 345],
2416
+ [345, 447],
2417
+ [447, 372],
2418
+ [352, 345],
2419
+ [345, 340],
2420
+ [340, 352],
2421
+ [274, 1],
2422
+ [1, 19],
2423
+ [19, 274],
2424
+ [456, 248],
2425
+ [248, 281],
2426
+ [281, 456],
2427
+ [436, 427],
2428
+ [427, 425],
2429
+ [425, 436],
2430
+ [381, 256],
2431
+ [256, 252],
2432
+ [252, 381],
2433
+ [269, 391],
2434
+ [391, 393],
2435
+ [393, 269],
2436
+ [200, 199],
2437
+ [199, 428],
2438
+ [428, 200],
2439
+ [266, 330],
2440
+ [330, 329],
2441
+ [329, 266],
2442
+ [287, 273],
2443
+ [273, 422],
2444
+ [422, 287],
2445
+ [250, 462],
2446
+ [
2447
+ 462,
2448
+ 328
2449
+ ],
2450
+ [328, 250],
2451
+ [258, 286],
2452
+ [286, 384],
2453
+ [384, 258],
2454
+ [265, 353],
2455
+ [353, 342],
2456
+ [342, 265],
2457
+ [387, 259],
2458
+ [259, 257],
2459
+ [257, 387],
2460
+ [424, 431],
2461
+ [431, 430],
2462
+ [430, 424],
2463
+ [342, 353],
2464
+ [353, 276],
2465
+ [276, 342],
2466
+ [273, 335],
2467
+ [335, 424],
2468
+ [424, 273],
2469
+ [292, 325],
2470
+ [325, 307],
2471
+ [307, 292],
2472
+ [366, 447],
2473
+ [447, 345],
2474
+ [345, 366],
2475
+ [271, 303],
2476
+ [303, 302],
2477
+ [302, 271],
2478
+ [423, 266],
2479
+ [266, 371],
2480
+ [371, 423],
2481
+ [294, 455],
2482
+ [455, 460],
2483
+ [460, 294],
2484
+ [279, 278],
2485
+ [278, 294],
2486
+ [294, 279],
2487
+ [271, 272],
2488
+ [272, 304],
2489
+ [304, 271],
2490
+ [432, 434],
2491
+ [434, 427],
2492
+ [427, 432],
2493
+ [272, 407],
2494
+ [407, 408],
2495
+ [408, 272],
2496
+ [394, 430],
2497
+ [430, 431],
2498
+ [431, 394],
2499
+ [395, 369],
2500
+ [369, 400],
2501
+ [400, 395],
2502
+ [334, 333],
2503
+ [333, 299],
2504
+ [299, 334],
2505
+ [351, 417],
2506
+ [417, 168],
2507
+ [168, 351],
2508
+ [352, 280],
2509
+ [280, 411],
2510
+ [411, 352],
2511
+ [325, 319],
2512
+ [319, 320],
2513
+ [320, 325],
2514
+ [295, 296],
2515
+ [296, 336],
2516
+ [336, 295],
2517
+ [319, 403],
2518
+ [403, 404],
2519
+ [404, 319],
2520
+ [330, 348],
2521
+ [348, 349],
2522
+ [349, 330],
2523
+ [293, 298],
2524
+ [298, 333],
2525
+ [333, 293],
2526
+ [323, 454],
2527
+ [454, 447],
2528
+ [447, 323],
2529
+ [15, 16],
2530
+ [16, 315],
2531
+ [315, 15],
2532
+ [358, 429],
2533
+ [429, 279],
2534
+ [279, 358],
2535
+ [14, 15],
2536
+ [15, 316],
2537
+ [316, 14],
2538
+ [285, 336],
2539
+ [336, 9],
2540
+ [9, 285],
2541
+ [329, 349],
2542
+ [349, 350],
2543
+ [350, 329],
2544
+ [374, 380],
2545
+ [380, 252],
2546
+ [252, 374],
2547
+ [318, 402],
2548
+ [402, 403],
2549
+ [403, 318],
2550
+ [6, 197],
2551
+ [
2552
+ 197,
2553
+ 419
2554
+ ],
2555
+ [419, 6],
2556
+ [318, 319],
2557
+ [319, 325],
2558
+ [325, 318],
2559
+ [367, 364],
2560
+ [364, 365],
2561
+ [365, 367],
2562
+ [435, 367],
2563
+ [367, 397],
2564
+ [397, 435],
2565
+ [344, 438],
2566
+ [438, 439],
2567
+ [439, 344],
2568
+ [272, 271],
2569
+ [271, 311],
2570
+ [311, 272],
2571
+ [195, 5],
2572
+ [5, 281],
2573
+ [281, 195],
2574
+ [273, 287],
2575
+ [287, 291],
2576
+ [291, 273],
2577
+ [396, 428],
2578
+ [428, 199],
2579
+ [199, 396],
2580
+ [311, 271],
2581
+ [271, 268],
2582
+ [268, 311],
2583
+ [283, 444],
2584
+ [444, 445],
2585
+ [445, 283],
2586
+ [373, 254],
2587
+ [254, 339],
2588
+ [339, 373],
2589
+ [282, 334],
2590
+ [334, 296],
2591
+ [296, 282],
2592
+ [449, 347],
2593
+ [347, 346],
2594
+ [346, 449],
2595
+ [264, 447],
2596
+ [447, 454],
2597
+ [454, 264],
2598
+ [336, 296],
2599
+ [296, 299],
2600
+ [299, 336],
2601
+ [338, 10],
2602
+ [10, 151],
2603
+ [151, 338],
2604
+ [278, 439],
2605
+ [
2606
+ 439,
2607
+ 455
2608
+ ],
2609
+ [455, 278],
2610
+ [292, 407],
2611
+ [407, 415],
2612
+ [415, 292],
2613
+ [358, 371],
2614
+ [371, 355],
2615
+ [355, 358],
2616
+ [340, 345],
2617
+ [345, 372],
2618
+ [372, 340],
2619
+ [346, 347],
2620
+ [347, 280],
2621
+ [280, 346],
2622
+ [442, 443],
2623
+ [443, 282],
2624
+ [282, 442],
2625
+ [19, 94],
2626
+ [94, 370],
2627
+ [370, 19],
2628
+ [441, 442],
2629
+ [442, 295],
2630
+ [295, 441],
2631
+ [248, 419],
2632
+ [419, 197],
2633
+ [197, 248],
2634
+ [263, 255],
2635
+ [255, 359],
2636
+ [359, 263],
2637
+ [440, 275],
2638
+ [275, 274],
2639
+ [274, 440],
2640
+ [300, 383],
2641
+ [383, 368],
2642
+ [368, 300],
2643
+ [351, 412],
2644
+ [412, 465],
2645
+ [465, 351],
2646
+ [263, 467],
2647
+ [467, 466],
2648
+ [466, 263],
2649
+ [301, 368],
2650
+ [368, 389],
2651
+ [389, 301],
2652
+ [395, 378],
2653
+ [378, 379],
2654
+ [379, 395],
2655
+ [412, 351],
2656
+ [351, 419],
2657
+ [419, 412],
2658
+ [436, 426],
2659
+ [426, 322],
2660
+ [322, 436],
2661
+ [2, 164],
2662
+ [164, 393],
2663
+ [393, 2],
2664
+ [370, 462],
2665
+ [462, 461],
2666
+ [461, 370],
2667
+ [164, 0],
2668
+ [0, 267],
2669
+ [267, 164],
2670
+ [302, 11],
2671
+ [11, 12],
2672
+ [12, 302],
2673
+ [268, 12],
2674
+ [12, 13],
2675
+ [13, 268],
2676
+ [293, 300],
2677
+ [300, 301],
2678
+ [301, 293],
2679
+ [446, 261],
2680
+ [261, 340],
2681
+ [340, 446],
2682
+ [330, 266],
2683
+ [266, 425],
2684
+ [425, 330],
2685
+ [426, 423],
2686
+ [423, 391],
2687
+ [391, 426],
2688
+ [429, 355],
2689
+ [355, 437],
2690
+ [437, 429],
2691
+ [391, 327],
2692
+ [327, 326],
2693
+ [326, 391],
2694
+ [440, 457],
2695
+ [457, 438],
2696
+ [438, 440],
2697
+ [341, 382],
2698
+ [382, 362],
2699
+ [362, 341],
2700
+ [459, 457],
2701
+ [457, 461],
2702
+ [461, 459],
2703
+ [434, 430],
2704
+ [430, 394],
2705
+ [394, 434],
2706
+ [414, 463],
2707
+ [463, 362],
2708
+ [362, 414],
2709
+ [396, 369],
2710
+ [369, 262],
2711
+ [262, 396],
2712
+ [354, 461],
2713
+ [461, 457],
2714
+ [457, 354],
2715
+ [316, 403],
2716
+ [403, 402],
2717
+ [402, 316],
2718
+ [315, 404],
2719
+ [404, 403],
2720
+ [403, 315],
2721
+ [314, 405],
2722
+ [405, 404],
2723
+ [404, 314],
2724
+ [313, 406],
2725
+ [406, 405],
2726
+ [405, 313],
2727
+ [421, 418],
2728
+ [418, 406],
2729
+ [406, 421],
2730
+ [366, 401],
2731
+ [401, 361],
2732
+ [361, 366],
2733
+ [306, 408],
2734
+ [408, 407],
2735
+ [407, 306],
2736
+ [291, 409],
2737
+ [409, 408],
2738
+ [408, 291],
2739
+ [287, 410],
2740
+ [410, 409],
2741
+ [409, 287],
2742
+ [432, 436],
2743
+ [436, 410],
2744
+ [410, 432],
2745
+ [434, 416],
2746
+ [416, 411],
2747
+ [411, 434],
2748
+ [264, 368],
2749
+ [368, 383],
2750
+ [383, 264],
2751
+ [309, 438],
2752
+ [438, 457],
2753
+ [457, 309],
2754
+ [352, 376],
2755
+ [376, 401],
2756
+ [401, 352],
2757
+ [274, 275],
2758
+ [275, 4],
2759
+ [4, 274],
2760
+ [421, 428],
2761
+ [
2762
+ 428,
2763
+ 262
2764
+ ],
2765
+ [262, 421],
2766
+ [294, 327],
2767
+ [327, 358],
2768
+ [358, 294],
2769
+ [433, 416],
2770
+ [416, 367],
2771
+ [367, 433],
2772
+ [289, 455],
2773
+ [455, 439],
2774
+ [439, 289],
2775
+ [462, 370],
2776
+ [370, 326],
2777
+ [326, 462],
2778
+ [2, 326],
2779
+ [326, 370],
2780
+ [370, 2],
2781
+ [305, 460],
2782
+ [460, 455],
2783
+ [455, 305],
2784
+ [254, 449],
2785
+ [449, 448],
2786
+ [448, 254],
2787
+ [255, 261],
2788
+ [261, 446],
2789
+ [446, 255],
2790
+ [253, 450],
2791
+ [450, 449],
2792
+ [449, 253],
2793
+ [252, 451],
2794
+ [451, 450],
2795
+ [450, 252],
2796
+ [256, 452],
2797
+ [452, 451],
2798
+ [451, 256],
2799
+ [341, 453],
2800
+ [453, 452],
2801
+ [452, 341],
2802
+ [413, 464],
2803
+ [464, 463],
2804
+ [463, 413],
2805
+ [441, 413],
2806
+ [413, 414],
2807
+ [414, 441],
2808
+ [258, 442],
2809
+ [442, 441],
2810
+ [441, 258],
2811
+ [257, 443],
2812
+ [443, 442],
2813
+ [442, 257],
2814
+ [259, 444],
2815
+ [444, 443],
2816
+ [443, 259],
2817
+ [260, 445],
2818
+ [445, 444],
2819
+ [444, 260],
2820
+ [467, 342],
2821
+ [342, 445],
2822
+ [445, 467],
2823
+ [459, 458],
2824
+ [458, 250],
2825
+ [250, 459],
2826
+ [289, 392],
2827
+ [392, 290],
2828
+ [290, 289],
2829
+ [290, 328],
2830
+ [328, 460],
2831
+ [460, 290],
2832
+ [376, 433],
2833
+ [433, 435],
2834
+ [435, 376],
2835
+ [250, 290],
2836
+ [290, 392],
2837
+ [392, 250],
2838
+ [411, 416],
2839
+ [416, 433],
2840
+ [433, 411],
2841
+ [341, 463],
2842
+ [463, 464],
2843
+ [464, 341],
2844
+ [453, 464],
2845
+ [464, 465],
2846
+ [465, 453],
2847
+ [357, 465],
2848
+ [465, 412],
2849
+ [412, 357],
2850
+ [343, 412],
2851
+ [412, 399],
2852
+ [399, 343],
2853
+ [360, 363],
2854
+ [363, 440],
2855
+ [440, 360],
2856
+ [437, 399],
2857
+ [399, 456],
2858
+ [456, 437],
2859
+ [420, 456],
2860
+ [456, 363],
2861
+ [363, 420],
2862
+ [401, 435],
2863
+ [435, 288],
2864
+ [288, 401],
2865
+ [
2866
+ 372,
2867
+ 383
2868
+ ],
2869
+ [383, 353],
2870
+ [353, 372],
2871
+ [339, 255],
2872
+ [255, 249],
2873
+ [249, 339],
2874
+ [448, 261],
2875
+ [261, 255],
2876
+ [255, 448],
2877
+ [133, 243],
2878
+ [243, 190],
2879
+ [190, 133],
2880
+ [133, 155],
2881
+ [155, 112],
2882
+ [112, 133],
2883
+ [33, 246],
2884
+ [246, 247],
2885
+ [247, 33],
2886
+ [33, 130],
2887
+ [130, 25],
2888
+ [25, 33],
2889
+ [398, 384],
2890
+ [384, 286],
2891
+ [286, 398],
2892
+ [362, 398],
2893
+ [398, 414],
2894
+ [414, 362],
2895
+ [362, 463],
2896
+ [463, 341],
2897
+ [341, 362],
2898
+ [263, 359],
2899
+ [359, 467],
2900
+ [467, 263],
2901
+ [263, 249],
2902
+ [249, 255],
2903
+ [255, 263],
2904
+ [466, 467],
2905
+ [467, 260],
2906
+ [260, 466],
2907
+ [75, 60],
2908
+ [60, 166],
2909
+ [166, 75],
2910
+ [238, 239],
2911
+ [239, 79],
2912
+ [79, 238],
2913
+ [162, 127],
2914
+ [127, 139],
2915
+ [139, 162],
2916
+ [72, 11],
2917
+ [11, 37],
2918
+ [37, 72],
2919
+ [121, 232],
2920
+ [
2921
+ 232,
2922
+ 120
2923
+ ],
2924
+ [120, 121],
2925
+ [73, 72],
2926
+ [72, 39],
2927
+ [39, 73],
2928
+ [114, 128],
2929
+ [128, 47],
2930
+ [47, 114],
2931
+ [233, 232],
2932
+ [232, 128],
2933
+ [128, 233],
2934
+ [103, 104],
2935
+ [104, 67],
2936
+ [67, 103],
2937
+ [152, 175],
2938
+ [175, 148],
2939
+ [148, 152],
2940
+ [119, 118],
2941
+ [118, 101],
2942
+ [101, 119],
2943
+ [74, 73],
2944
+ [73, 40],
2945
+ [40, 74],
2946
+ [107, 9],
2947
+ [9, 108],
2948
+ [108, 107],
2949
+ [49, 48],
2950
+ [48, 131],
2951
+ [131, 49],
2952
+ [32, 194],
2953
+ [194, 211],
2954
+ [211, 32],
2955
+ [184, 74],
2956
+ [74, 185],
2957
+ [185, 184],
2958
+ [191, 80],
2959
+ [80, 183],
2960
+ [183, 191],
2961
+ [185, 40],
2962
+ [40, 186],
2963
+ [186, 185],
2964
+ [119, 230],
2965
+ [230, 118],
2966
+ [118, 119],
2967
+ [210, 202],
2968
+ [202, 214],
2969
+ [214, 210],
2970
+ [84, 83],
2971
+ [83, 17],
2972
+ [17, 84],
2973
+ [77, 76],
2974
+ [76, 146],
2975
+ [146, 77],
2976
+ [161, 160],
2977
+ [160, 30],
2978
+ [30, 161],
2979
+ [190, 56],
2980
+ [56, 173],
2981
+ [173, 190],
2982
+ [182, 106],
2983
+ [106, 194],
2984
+ [194, 182],
2985
+ [138, 135],
2986
+ [135, 192],
2987
+ [192, 138],
2988
+ [129, 203],
2989
+ [203, 98],
2990
+ [98, 129],
2991
+ [54, 21],
2992
+ [21, 68],
2993
+ [68, 54],
2994
+ [5, 51],
2995
+ [51, 4],
2996
+ [4, 5],
2997
+ [145, 144],
2998
+ [144, 23],
2999
+ [23, 145],
3000
+ [90, 77],
3001
+ [77, 91],
3002
+ [91, 90],
3003
+ [207, 205],
3004
+ [205, 187],
3005
+ [187, 207],
3006
+ [83, 201],
3007
+ [201, 18],
3008
+ [18, 83],
3009
+ [181, 91],
3010
+ [91, 182],
3011
+ [182, 181],
3012
+ [180, 90],
3013
+ [90, 181],
3014
+ [181, 180],
3015
+ [16, 85],
3016
+ [85, 17],
3017
+ [17, 16],
3018
+ [205, 206],
3019
+ [206, 36],
3020
+ [36, 205],
3021
+ [176, 148],
3022
+ [148, 140],
3023
+ [140, 176],
3024
+ [165, 92],
3025
+ [92, 39],
3026
+ [39, 165],
3027
+ [245, 193],
3028
+ [193, 244],
3029
+ [244, 245],
3030
+ [27, 159],
3031
+ [159, 28],
3032
+ [28, 27],
3033
+ [
3034
+ 30,
3035
+ 247
3036
+ ],
3037
+ [247, 161],
3038
+ [161, 30],
3039
+ [174, 236],
3040
+ [236, 196],
3041
+ [196, 174],
3042
+ [103, 54],
3043
+ [54, 104],
3044
+ [104, 103],
3045
+ [55, 193],
3046
+ [193, 8],
3047
+ [8, 55],
3048
+ [111, 117],
3049
+ [117, 31],
3050
+ [31, 111],
3051
+ [221, 189],
3052
+ [189, 55],
3053
+ [55, 221],
3054
+ [240, 98],
3055
+ [98, 99],
3056
+ [99, 240],
3057
+ [142, 126],
3058
+ [126, 100],
3059
+ [100, 142],
3060
+ [219, 166],
3061
+ [166, 218],
3062
+ [218, 219],
3063
+ [112, 155],
3064
+ [155, 26],
3065
+ [26, 112],
3066
+ [198, 209],
3067
+ [209, 131],
3068
+ [131, 198],
3069
+ [169, 135],
3070
+ [135, 150],
3071
+ [150, 169],
3072
+ [114, 47],
3073
+ [47, 217],
3074
+ [217, 114],
3075
+ [224, 223],
3076
+ [223, 53],
3077
+ [53, 224],
3078
+ [220, 45],
3079
+ [45, 134],
3080
+ [134, 220],
3081
+ [32, 211],
3082
+ [211, 140],
3083
+ [140, 32],
3084
+ [109, 67],
3085
+ [67, 108],
3086
+ [108, 109],
3087
+ [146, 43],
3088
+ [43, 91],
3089
+ [91, 146],
3090
+ [231, 230],
3091
+ [230, 120],
3092
+ [120, 231],
3093
+ [113, 226],
3094
+ [226, 247],
3095
+ [247, 113],
3096
+ [105, 63],
3097
+ [63, 52],
3098
+ [52, 105],
3099
+ [241, 238],
3100
+ [238, 242],
3101
+ [242, 241],
3102
+ [124, 46],
3103
+ [46, 156],
3104
+ [156, 124],
3105
+ [95, 78],
3106
+ [78, 96],
3107
+ [96, 95],
3108
+ [70, 46],
3109
+ [46, 63],
3110
+ [63, 70],
3111
+ [116, 143],
3112
+ [143, 227],
3113
+ [227, 116],
3114
+ [116, 123],
3115
+ [123, 111],
3116
+ [111, 116],
3117
+ [1, 44],
3118
+ [44, 19],
3119
+ [19, 1],
3120
+ [3, 236],
3121
+ [236, 51],
3122
+ [51, 3],
3123
+ [207, 216],
3124
+ [216, 205],
3125
+ [205, 207],
3126
+ [26, 154],
3127
+ [154, 22],
3128
+ [22, 26],
3129
+ [165, 39],
3130
+ [39, 167],
3131
+ [167, 165],
3132
+ [199, 200],
3133
+ [200, 208],
3134
+ [208, 199],
3135
+ [101, 36],
3136
+ [36, 100],
3137
+ [100, 101],
3138
+ [43, 57],
3139
+ [57, 202],
3140
+ [202, 43],
3141
+ [242, 20],
3142
+ [20, 99],
3143
+ [99, 242],
3144
+ [56, 28],
3145
+ [
3146
+ 28,
3147
+ 157
3148
+ ],
3149
+ [157, 56],
3150
+ [124, 35],
3151
+ [35, 113],
3152
+ [113, 124],
3153
+ [29, 160],
3154
+ [160, 27],
3155
+ [27, 29],
3156
+ [211, 204],
3157
+ [204, 210],
3158
+ [210, 211],
3159
+ [124, 113],
3160
+ [113, 46],
3161
+ [46, 124],
3162
+ [106, 43],
3163
+ [43, 204],
3164
+ [204, 106],
3165
+ [96, 62],
3166
+ [62, 77],
3167
+ [77, 96],
3168
+ [227, 137],
3169
+ [137, 116],
3170
+ [116, 227],
3171
+ [73, 41],
3172
+ [41, 72],
3173
+ [72, 73],
3174
+ [36, 203],
3175
+ [203, 142],
3176
+ [142, 36],
3177
+ [235, 64],
3178
+ [64, 240],
3179
+ [240, 235],
3180
+ [48, 49],
3181
+ [49, 64],
3182
+ [64, 48],
3183
+ [42, 41],
3184
+ [41, 74],
3185
+ [74, 42],
3186
+ [214, 212],
3187
+ [212, 207],
3188
+ [207, 214],
3189
+ [183, 42],
3190
+ [42, 184],
3191
+ [184, 183],
3192
+ [210, 169],
3193
+ [169, 211],
3194
+ [211, 210],
3195
+ [140, 170],
3196
+ [170, 176],
3197
+ [176, 140],
3198
+ [104, 105],
3199
+ [105, 69],
3200
+ [69, 104],
3201
+ [193, 122],
3202
+ [122, 168],
3203
+ [168, 193],
3204
+ [50, 123],
3205
+ [123, 187],
3206
+ [187, 50],
3207
+ [89, 96],
3208
+ [96, 90],
3209
+ [90, 89],
3210
+ [66, 65],
3211
+ [65, 107],
3212
+ [107, 66],
3213
+ [179, 89],
3214
+ [89, 180],
3215
+ [180, 179],
3216
+ [119, 101],
3217
+ [101, 120],
3218
+ [120, 119],
3219
+ [68, 63],
3220
+ [63, 104],
3221
+ [104, 68],
3222
+ [234, 93],
3223
+ [93, 227],
3224
+ [227, 234],
3225
+ [16, 15],
3226
+ [15, 85],
3227
+ [85, 16],
3228
+ [209, 129],
3229
+ [129, 49],
3230
+ [49, 209],
3231
+ [15, 14],
3232
+ [14, 86],
3233
+ [86, 15],
3234
+ [107, 55],
3235
+ [55, 9],
3236
+ [9, 107],
3237
+ [120, 100],
3238
+ [100, 121],
3239
+ [121, 120],
3240
+ [153, 145],
3241
+ [145, 22],
3242
+ [22, 153],
3243
+ [178, 88],
3244
+ [88, 179],
3245
+ [179, 178],
3246
+ [197, 6],
3247
+ [6, 196],
3248
+ [196, 197],
3249
+ [89, 88],
3250
+ [88, 96],
3251
+ [96, 89],
3252
+ [135, 138],
3253
+ [138, 136],
3254
+ [136, 135],
3255
+ [138, 215],
3256
+ [215, 172],
3257
+ [172, 138],
3258
+ [
3259
+ 218,
3260
+ 115
3261
+ ],
3262
+ [115, 219],
3263
+ [219, 218],
3264
+ [41, 42],
3265
+ [42, 81],
3266
+ [81, 41],
3267
+ [5, 195],
3268
+ [195, 51],
3269
+ [51, 5],
3270
+ [57, 43],
3271
+ [43, 61],
3272
+ [61, 57],
3273
+ [208, 171],
3274
+ [171, 199],
3275
+ [199, 208],
3276
+ [41, 81],
3277
+ [81, 38],
3278
+ [38, 41],
3279
+ [224, 53],
3280
+ [53, 225],
3281
+ [225, 224],
3282
+ [24, 144],
3283
+ [144, 110],
3284
+ [110, 24],
3285
+ [105, 52],
3286
+ [52, 66],
3287
+ [66, 105],
3288
+ [118, 229],
3289
+ [229, 117],
3290
+ [117, 118],
3291
+ [227, 34],
3292
+ [34, 234],
3293
+ [234, 227],
3294
+ [66, 107],
3295
+ [107, 69],
3296
+ [69, 66],
3297
+ [10, 109],
3298
+ [109, 151],
3299
+ [151, 10],
3300
+ [219, 48],
3301
+ [48, 235],
3302
+ [235, 219],
3303
+ [183, 62],
3304
+ [62, 191],
3305
+ [191, 183],
3306
+ [142, 129],
3307
+ [129, 126],
3308
+ [126, 142],
3309
+ [116, 111],
3310
+ [111, 143],
3311
+ [143, 116],
3312
+ [118, 117],
3313
+ [117, 50],
3314
+ [50, 118],
3315
+ [223, 222],
3316
+ [
3317
+ 222,
3318
+ 52
3319
+ ],
3320
+ [52, 223],
3321
+ [94, 19],
3322
+ [19, 141],
3323
+ [141, 94],
3324
+ [222, 221],
3325
+ [221, 65],
3326
+ [65, 222],
3327
+ [196, 3],
3328
+ [3, 197],
3329
+ [197, 196],
3330
+ [45, 220],
3331
+ [220, 44],
3332
+ [44, 45],
3333
+ [156, 70],
3334
+ [70, 139],
3335
+ [139, 156],
3336
+ [188, 122],
3337
+ [122, 245],
3338
+ [245, 188],
3339
+ [139, 71],
3340
+ [71, 162],
3341
+ [162, 139],
3342
+ [149, 170],
3343
+ [170, 150],
3344
+ [150, 149],
3345
+ [122, 188],
3346
+ [188, 196],
3347
+ [196, 122],
3348
+ [206, 216],
3349
+ [216, 92],
3350
+ [92, 206],
3351
+ [164, 2],
3352
+ [2, 167],
3353
+ [167, 164],
3354
+ [242, 141],
3355
+ [141, 241],
3356
+ [241, 242],
3357
+ [0, 164],
3358
+ [164, 37],
3359
+ [37, 0],
3360
+ [11, 72],
3361
+ [72, 12],
3362
+ [12, 11],
3363
+ [12, 38],
3364
+ [38, 13],
3365
+ [13, 12],
3366
+ [70, 63],
3367
+ [63, 71],
3368
+ [71, 70],
3369
+ [31, 226],
3370
+ [226, 111],
3371
+ [111, 31],
3372
+ [36, 101],
3373
+ [101, 205],
3374
+ [205, 36],
3375
+ [203, 206],
3376
+ [206, 165],
3377
+ [165, 203],
3378
+ [126, 209],
3379
+ [209, 217],
3380
+ [217, 126],
3381
+ [98, 165],
3382
+ [165, 97],
3383
+ [97, 98],
3384
+ [237, 220],
3385
+ [220, 218],
3386
+ [218, 237],
3387
+ [237, 239],
3388
+ [239, 241],
3389
+ [241, 237],
3390
+ [210, 214],
3391
+ [214, 169],
3392
+ [169, 210],
3393
+ [140, 171],
3394
+ [171, 32],
3395
+ [32, 140],
3396
+ [241, 125],
3397
+ [125, 237],
3398
+ [237, 241],
3399
+ [179, 86],
3400
+ [86, 178],
3401
+ [178, 179],
3402
+ [180, 85],
3403
+ [85, 179],
3404
+ [179, 180],
3405
+ [181, 84],
3406
+ [84, 180],
3407
+ [180, 181],
3408
+ [182, 83],
3409
+ [83, 181],
3410
+ [181, 182],
3411
+ [194, 201],
3412
+ [201, 182],
3413
+ [182, 194],
3414
+ [177, 137],
3415
+ [137, 132],
3416
+ [132, 177],
3417
+ [184, 76],
3418
+ [76, 183],
3419
+ [183, 184],
3420
+ [185, 61],
3421
+ [61, 184],
3422
+ [184, 185],
3423
+ [186, 57],
3424
+ [57, 185],
3425
+ [185, 186],
3426
+ [216, 212],
3427
+ [
3428
+ 212,
3429
+ 186
3430
+ ],
3431
+ [186, 216],
3432
+ [192, 214],
3433
+ [214, 187],
3434
+ [187, 192],
3435
+ [139, 34],
3436
+ [34, 156],
3437
+ [156, 139],
3438
+ [218, 79],
3439
+ [79, 237],
3440
+ [237, 218],
3441
+ [147, 123],
3442
+ [123, 177],
3443
+ [177, 147],
3444
+ [45, 44],
3445
+ [44, 4],
3446
+ [4, 45],
3447
+ [208, 201],
3448
+ [201, 32],
3449
+ [32, 208],
3450
+ [98, 64],
3451
+ [64, 129],
3452
+ [129, 98],
3453
+ [192, 213],
3454
+ [213, 138],
3455
+ [138, 192],
3456
+ [235, 59],
3457
+ [59, 219],
3458
+ [219, 235],
3459
+ [141, 242],
3460
+ [242, 97],
3461
+ [97, 141],
3462
+ [97, 2],
3463
+ [2, 141],
3464
+ [141, 97],
3465
+ [240, 75],
3466
+ [75, 235],
3467
+ [235, 240],
3468
+ [229, 24],
3469
+ [24, 228],
3470
+ [228, 229],
3471
+ [31, 25],
3472
+ [25, 226],
3473
+ [226, 31],
3474
+ [230, 23],
3475
+ [23, 229],
3476
+ [229, 230],
3477
+ [231, 22],
3478
+ [22, 230],
3479
+ [230, 231],
3480
+ [232, 26],
3481
+ [26, 231],
3482
+ [231, 232],
3483
+ [233, 112],
3484
+ [112, 232],
3485
+ [232, 233],
3486
+ [244, 189],
3487
+ [189, 243],
3488
+ [243, 244],
3489
+ [189, 221],
3490
+ [221, 190],
3491
+ [190, 189],
3492
+ [222, 28],
3493
+ [28, 221],
3494
+ [221, 222],
3495
+ [223, 27],
3496
+ [27, 222],
3497
+ [222, 223],
3498
+ [224, 29],
3499
+ [29, 223],
3500
+ [223, 224],
3501
+ [225, 30],
3502
+ [30, 224],
3503
+ [224, 225],
3504
+ [113, 247],
3505
+ [247, 225],
3506
+ [225, 113],
3507
+ [99, 60],
3508
+ [60, 240],
3509
+ [240, 99],
3510
+ [213, 147],
3511
+ [147, 215],
3512
+ [215, 213],
3513
+ [60, 20],
3514
+ [20, 166],
3515
+ [166, 60],
3516
+ [192, 187],
3517
+ [187, 213],
3518
+ [213, 192],
3519
+ [243, 112],
3520
+ [112, 244],
3521
+ [244, 243],
3522
+ [244, 233],
3523
+ [233, 245],
3524
+ [245, 244],
3525
+ [245, 128],
3526
+ [128, 188],
3527
+ [188, 245],
3528
+ [188, 114],
3529
+ [114, 174],
3530
+ [174, 188],
3531
+ [134, 131],
3532
+ [131, 220],
3533
+ [220, 134],
3534
+ [174, 217],
3535
+ [217, 236],
3536
+ [236, 174],
3537
+ [236, 198],
3538
+ [198, 134],
3539
+ [134, 236],
3540
+ [215, 177],
3541
+ [177, 58],
3542
+ [58, 215],
3543
+ [156, 143],
3544
+ [143, 124],
3545
+ [124, 156],
3546
+ [25, 110],
3547
+ [110, 7],
3548
+ [7, 25],
3549
+ [31, 228],
3550
+ [228, 25],
3551
+ [25, 31],
3552
+ [264, 356],
3553
+ [356, 368],
3554
+ [368, 264],
3555
+ [0, 11],
3556
+ [11, 267],
3557
+ [267, 0],
3558
+ [451, 452],
3559
+ [452, 349],
3560
+ [349, 451],
3561
+ [267, 302],
3562
+ [302, 269],
3563
+ [269, 267],
3564
+ [350, 357],
3565
+ [357, 277],
3566
+ [277, 350],
3567
+ [350, 452],
3568
+ [452, 357],
3569
+ [357, 350],
3570
+ [299, 333],
3571
+ [333, 297],
3572
+ [297, 299],
3573
+ [396, 175],
3574
+ [175, 377],
3575
+ [377, 396],
3576
+ [280, 347],
3577
+ [347, 330],
3578
+ [330, 280],
3579
+ [269, 303],
3580
+ [303, 270],
3581
+ [270, 269],
3582
+ [151, 9],
3583
+ [9, 337],
3584
+ [337, 151],
3585
+ [344, 278],
3586
+ [278, 360],
3587
+ [360, 344],
3588
+ [424, 418],
3589
+ [
3590
+ 418,
3591
+ 431
3592
+ ],
3593
+ [431, 424],
3594
+ [270, 304],
3595
+ [304, 409],
3596
+ [409, 270],
3597
+ [272, 310],
3598
+ [310, 407],
3599
+ [407, 272],
3600
+ [322, 270],
3601
+ [270, 410],
3602
+ [410, 322],
3603
+ [449, 450],
3604
+ [450, 347],
3605
+ [347, 449],
3606
+ [432, 422],
3607
+ [422, 434],
3608
+ [434, 432],
3609
+ [18, 313],
3610
+ [313, 17],
3611
+ [17, 18],
3612
+ [291, 306],
3613
+ [306, 375],
3614
+ [375, 291],
3615
+ [259, 387],
3616
+ [387, 260],
3617
+ [260, 259],
3618
+ [424, 335],
3619
+ [335, 418],
3620
+ [418, 424],
3621
+ [434, 364],
3622
+ [364, 416],
3623
+ [416, 434],
3624
+ [391, 423],
3625
+ [423, 327],
3626
+ [327, 391],
3627
+ [301, 251],
3628
+ [251, 298],
3629
+ [298, 301],
3630
+ [275, 281],
3631
+ [281, 4],
3632
+ [4, 275],
3633
+ [254, 373],
3634
+ [373, 253],
3635
+ [253, 254],
3636
+ [375, 307],
3637
+ [307, 321],
3638
+ [321, 375],
3639
+ [280, 425],
3640
+ [425, 411],
3641
+ [411, 280],
3642
+ [200, 421],
3643
+ [
3644
+ 421,
3645
+ 18
3646
+ ],
3647
+ [18, 200],
3648
+ [335, 321],
3649
+ [321, 406],
3650
+ [406, 335],
3651
+ [321, 320],
3652
+ [320, 405],
3653
+ [405, 321],
3654
+ [314, 315],
3655
+ [315, 17],
3656
+ [17, 314],
3657
+ [423, 426],
3658
+ [426, 266],
3659
+ [266, 423],
3660
+ [396, 377],
3661
+ [377, 369],
3662
+ [369, 396],
3663
+ [270, 322],
3664
+ [322, 269],
3665
+ [269, 270],
3666
+ [413, 417],
3667
+ [417, 464],
3668
+ [464, 413],
3669
+ [385, 386],
3670
+ [386, 258],
3671
+ [258, 385],
3672
+ [248, 456],
3673
+ [456, 419],
3674
+ [419, 248],
3675
+ [298, 284],
3676
+ [284, 333],
3677
+ [333, 298],
3678
+ [168, 417],
3679
+ [417, 8],
3680
+ [8, 168],
3681
+ [448, 346],
3682
+ [346, 261],
3683
+ [261, 448],
3684
+ [417, 413],
3685
+ [413, 285],
3686
+ [285, 417],
3687
+ [326, 327],
3688
+ [327, 328],
3689
+ [328, 326],
3690
+ [277, 355],
3691
+ [355, 329],
3692
+ [329, 277],
3693
+ [309, 392],
3694
+ [392, 438],
3695
+ [438, 309],
3696
+ [381, 382],
3697
+ [
3698
+ 382,
3699
+ 256
3700
+ ],
3701
+ [256, 381],
3702
+ [279, 429],
3703
+ [429, 360],
3704
+ [360, 279],
3705
+ [365, 364],
3706
+ [364, 379],
3707
+ [379, 365],
3708
+ [355, 277],
3709
+ [277, 437],
3710
+ [437, 355],
3711
+ [282, 443],
3712
+ [443, 283],
3713
+ [283, 282],
3714
+ [281, 275],
3715
+ [275, 363],
3716
+ [363, 281],
3717
+ [395, 431],
3718
+ [431, 369],
3719
+ [369, 395],
3720
+ [299, 297],
3721
+ [297, 337],
3722
+ [337, 299],
3723
+ [335, 273],
3724
+ [273, 321],
3725
+ [321, 335],
3726
+ [348, 450],
3727
+ [450, 349],
3728
+ [349, 348],
3729
+ [359, 446],
3730
+ [446, 467],
3731
+ [467, 359],
3732
+ [283, 293],
3733
+ [293, 282],
3734
+ [282, 283],
3735
+ [250, 458],
3736
+ [458, 462],
3737
+ [462, 250],
3738
+ [300, 276],
3739
+ [276, 383],
3740
+ [383, 300],
3741
+ [292, 308],
3742
+ [308, 325],
3743
+ [325, 292],
3744
+ [283, 276],
3745
+ [276, 293],
3746
+ [293, 283],
3747
+ [264, 372],
3748
+ [372, 447],
3749
+ [447, 264],
3750
+ [346, 352],
3751
+ [352, 340],
3752
+ [340, 346],
3753
+ [354, 274],
3754
+ [274, 19],
3755
+ [19, 354],
3756
+ [363, 456],
3757
+ [456, 281],
3758
+ [281, 363],
3759
+ [426, 436],
3760
+ [436, 425],
3761
+ [425, 426],
3762
+ [380, 381],
3763
+ [381, 252],
3764
+ [252, 380],
3765
+ [267, 269],
3766
+ [269, 393],
3767
+ [393, 267],
3768
+ [421, 200],
3769
+ [200, 428],
3770
+ [428, 421],
3771
+ [371, 266],
3772
+ [266, 329],
3773
+ [329, 371],
3774
+ [432, 287],
3775
+ [287, 422],
3776
+ [422, 432],
3777
+ [290, 250],
3778
+ [250, 328],
3779
+ [328, 290],
3780
+ [385, 258],
3781
+ [258, 384],
3782
+ [384, 385],
3783
+ [446, 265],
3784
+ [265, 342],
3785
+ [342, 446],
3786
+ [386, 387],
3787
+ [387, 257],
3788
+ [257, 386],
3789
+ [422, 424],
3790
+ [424, 430],
3791
+ [430, 422],
3792
+ [445, 342],
3793
+ [342, 276],
3794
+ [276, 445],
3795
+ [422, 273],
3796
+ [273, 424],
3797
+ [424, 422],
3798
+ [306, 292],
3799
+ [292, 307],
3800
+ [307, 306],
3801
+ [
3802
+ 352,
3803
+ 366
3804
+ ],
3805
+ [366, 345],
3806
+ [345, 352],
3807
+ [268, 271],
3808
+ [271, 302],
3809
+ [302, 268],
3810
+ [358, 423],
3811
+ [423, 371],
3812
+ [371, 358],
3813
+ [327, 294],
3814
+ [294, 460],
3815
+ [460, 327],
3816
+ [331, 279],
3817
+ [279, 294],
3818
+ [294, 331],
3819
+ [303, 271],
3820
+ [271, 304],
3821
+ [304, 303],
3822
+ [436, 432],
3823
+ [432, 427],
3824
+ [427, 436],
3825
+ [304, 272],
3826
+ [272, 408],
3827
+ [408, 304],
3828
+ [395, 394],
3829
+ [394, 431],
3830
+ [431, 395],
3831
+ [378, 395],
3832
+ [395, 400],
3833
+ [400, 378],
3834
+ [296, 334],
3835
+ [334, 299],
3836
+ [299, 296],
3837
+ [6, 351],
3838
+ [351, 168],
3839
+ [168, 6],
3840
+ [376, 352],
3841
+ [352, 411],
3842
+ [411, 376],
3843
+ [307, 325],
3844
+ [325, 320],
3845
+ [320, 307],
3846
+ [285, 295],
3847
+ [295, 336],
3848
+ [336, 285],
3849
+ [320, 319],
3850
+ [319, 404],
3851
+ [404, 320],
3852
+ [329, 330],
3853
+ [330, 349],
3854
+ [349, 329],
3855
+ [334, 293],
3856
+ [293, 333],
3857
+ [333, 334],
3858
+ [366, 323],
3859
+ [323, 447],
3860
+ [447, 366],
3861
+ [316, 15],
3862
+ [15, 315],
3863
+ [315, 316],
3864
+ [331, 358],
3865
+ [358, 279],
3866
+ [279, 331],
3867
+ [317, 14],
3868
+ [14, 316],
3869
+ [316, 317],
3870
+ [8, 285],
3871
+ [285, 9],
3872
+ [9, 8],
3873
+ [277, 329],
3874
+ [329, 350],
3875
+ [350, 277],
3876
+ [253, 374],
3877
+ [374, 252],
3878
+ [252, 253],
3879
+ [319, 318],
3880
+ [318, 403],
3881
+ [403, 319],
3882
+ [351, 6],
3883
+ [6, 419],
3884
+ [419, 351],
3885
+ [324, 318],
3886
+ [318, 325],
3887
+ [325, 324],
3888
+ [397, 367],
3889
+ [367, 365],
3890
+ [365, 397],
3891
+ [288, 435],
3892
+ [435, 397],
3893
+ [397, 288],
3894
+ [278, 344],
3895
+ [344, 439],
3896
+ [439, 278],
3897
+ [310, 272],
3898
+ [272, 311],
3899
+ [311, 310],
3900
+ [248, 195],
3901
+ [195, 281],
3902
+ [281, 248],
3903
+ [375, 273],
3904
+ [273, 291],
3905
+ [291, 375],
3906
+ [175, 396],
3907
+ [396, 199],
3908
+ [199, 175],
3909
+ [312, 311],
3910
+ [311, 268],
3911
+ [268, 312],
3912
+ [276, 283],
3913
+ [283, 445],
3914
+ [445, 276],
3915
+ [390, 373],
3916
+ [373, 339],
3917
+ [339, 390],
3918
+ [295, 282],
3919
+ [282, 296],
3920
+ [296, 295],
3921
+ [448, 449],
3922
+ [449, 346],
3923
+ [346, 448],
3924
+ [356, 264],
3925
+ [264, 454],
3926
+ [454, 356],
3927
+ [337, 336],
3928
+ [336, 299],
3929
+ [299, 337],
3930
+ [337, 338],
3931
+ [338, 151],
3932
+ [151, 337],
3933
+ [294, 278],
3934
+ [278, 455],
3935
+ [455, 294],
3936
+ [308, 292],
3937
+ [292, 415],
3938
+ [415, 308],
3939
+ [429, 358],
3940
+ [358, 355],
3941
+ [355, 429],
3942
+ [265, 340],
3943
+ [340, 372],
3944
+ [372, 265],
3945
+ [352, 346],
3946
+ [346, 280],
3947
+ [280, 352],
3948
+ [295, 442],
3949
+ [442, 282],
3950
+ [282, 295],
3951
+ [354, 19],
3952
+ [19, 370],
3953
+ [370, 354],
3954
+ [285, 441],
3955
+ [441, 295],
3956
+ [295, 285],
3957
+ [
3958
+ 195,
3959
+ 248
3960
+ ],
3961
+ [248, 197],
3962
+ [197, 195],
3963
+ [457, 440],
3964
+ [440, 274],
3965
+ [274, 457],
3966
+ [301, 300],
3967
+ [300, 368],
3968
+ [368, 301],
3969
+ [417, 351],
3970
+ [351, 465],
3971
+ [465, 417],
3972
+ [251, 301],
3973
+ [301, 389],
3974
+ [389, 251],
3975
+ [394, 395],
3976
+ [395, 379],
3977
+ [379, 394],
3978
+ [399, 412],
3979
+ [412, 419],
3980
+ [419, 399],
3981
+ [410, 436],
3982
+ [436, 322],
3983
+ [322, 410],
3984
+ [326, 2],
3985
+ [2, 393],
3986
+ [393, 326],
3987
+ [354, 370],
3988
+ [370, 461],
3989
+ [461, 354],
3990
+ [393, 164],
3991
+ [164, 267],
3992
+ [267, 393],
3993
+ [268, 302],
3994
+ [302, 12],
3995
+ [12, 268],
3996
+ [312, 268],
3997
+ [268, 13],
3998
+ [13, 312],
3999
+ [298, 293],
4000
+ [293, 301],
4001
+ [301, 298],
4002
+ [265, 446],
4003
+ [446, 340],
4004
+ [340, 265],
4005
+ [280, 330],
4006
+ [330, 425],
4007
+ [425, 280],
4008
+ [322, 426],
4009
+ [426, 391],
4010
+ [391, 322],
4011
+ [
4012
+ 420,
4013
+ 429
4014
+ ],
4015
+ [429, 437],
4016
+ [437, 420],
4017
+ [393, 391],
4018
+ [391, 326],
4019
+ [326, 393],
4020
+ [344, 440],
4021
+ [440, 438],
4022
+ [438, 344],
4023
+ [458, 459],
4024
+ [459, 461],
4025
+ [461, 458],
4026
+ [364, 434],
4027
+ [434, 394],
4028
+ [394, 364],
4029
+ [428, 396],
4030
+ [396, 262],
4031
+ [262, 428],
4032
+ [274, 354],
4033
+ [354, 457],
4034
+ [457, 274],
4035
+ [317, 316],
4036
+ [316, 402],
4037
+ [402, 317],
4038
+ [316, 315],
4039
+ [315, 403],
4040
+ [403, 316],
4041
+ [315, 314],
4042
+ [314, 404],
4043
+ [404, 315],
4044
+ [314, 313],
4045
+ [313, 405],
4046
+ [405, 314],
4047
+ [313, 421],
4048
+ [421, 406],
4049
+ [406, 313],
4050
+ [323, 366],
4051
+ [366, 361],
4052
+ [361, 323],
4053
+ [292, 306],
4054
+ [306, 407],
4055
+ [407, 292],
4056
+ [306, 291],
4057
+ [291, 408],
4058
+ [408, 306],
4059
+ [291, 287],
4060
+ [287, 409],
4061
+ [409, 291],
4062
+ [287, 432],
4063
+ [432, 410],
4064
+ [410, 287],
4065
+ [427, 434],
4066
+ [434, 411],
4067
+ [411, 427],
4068
+ [372, 264],
4069
+ [264, 383],
4070
+ [383, 372],
4071
+ [459, 309],
4072
+ [309, 457],
4073
+ [457, 459],
4074
+ [366, 352],
4075
+ [352, 401],
4076
+ [401, 366],
4077
+ [1, 274],
4078
+ [274, 4],
4079
+ [4, 1],
4080
+ [418, 421],
4081
+ [421, 262],
4082
+ [262, 418],
4083
+ [331, 294],
4084
+ [294, 358],
4085
+ [358, 331],
4086
+ [435, 433],
4087
+ [433, 367],
4088
+ [367, 435],
4089
+ [392, 289],
4090
+ [289, 439],
4091
+ [439, 392],
4092
+ [328, 462],
4093
+ [462, 326],
4094
+ [326, 328],
4095
+ [94, 2],
4096
+ [2, 370],
4097
+ [370, 94],
4098
+ [289, 305],
4099
+ [305, 455],
4100
+ [455, 289],
4101
+ [339, 254],
4102
+ [254, 448],
4103
+ [448, 339],
4104
+ [359, 255],
4105
+ [255, 446],
4106
+ [446, 359],
4107
+ [254, 253],
4108
+ [253, 449],
4109
+ [449, 254],
4110
+ [253, 252],
4111
+ [252, 450],
4112
+ [450, 253],
4113
+ [252, 256],
4114
+ [256, 451],
4115
+ [451, 252],
4116
+ [
4117
+ 256,
4118
+ 341
4119
+ ],
4120
+ [341, 452],
4121
+ [452, 256],
4122
+ [414, 413],
4123
+ [413, 463],
4124
+ [463, 414],
4125
+ [286, 441],
4126
+ [441, 414],
4127
+ [414, 286],
4128
+ [286, 258],
4129
+ [258, 441],
4130
+ [441, 286],
4131
+ [258, 257],
4132
+ [257, 442],
4133
+ [442, 258],
4134
+ [257, 259],
4135
+ [259, 443],
4136
+ [443, 257],
4137
+ [259, 260],
4138
+ [260, 444],
4139
+ [444, 259],
4140
+ [260, 467],
4141
+ [467, 445],
4142
+ [445, 260],
4143
+ [309, 459],
4144
+ [459, 250],
4145
+ [250, 309],
4146
+ [305, 289],
4147
+ [289, 290],
4148
+ [290, 305],
4149
+ [305, 290],
4150
+ [290, 460],
4151
+ [460, 305],
4152
+ [401, 376],
4153
+ [376, 435],
4154
+ [435, 401],
4155
+ [309, 250],
4156
+ [250, 392],
4157
+ [392, 309],
4158
+ [376, 411],
4159
+ [411, 433],
4160
+ [433, 376],
4161
+ [453, 341],
4162
+ [341, 464],
4163
+ [464, 453],
4164
+ [357, 453],
4165
+ [453, 465],
4166
+ [465, 357],
4167
+ [343, 357],
4168
+ [357, 412],
4169
+ [412, 343],
4170
+ [437, 343],
4171
+ [343, 399],
4172
+ [399, 437],
4173
+ [344, 360],
4174
+ [360, 440],
4175
+ [440, 344],
4176
+ [420, 437],
4177
+ [437, 456],
4178
+ [456, 420],
4179
+ [360, 420],
4180
+ [420, 363],
4181
+ [363, 360],
4182
+ [361, 401],
4183
+ [401, 288],
4184
+ [288, 361],
4185
+ [265, 372],
4186
+ [372, 353],
4187
+ [353, 265],
4188
+ [390, 339],
4189
+ [339, 249],
4190
+ [249, 390],
4191
+ [339, 448],
4192
+ [448, 255],
4193
+ [255, 339]
4194
+ ]), L("matrixDataToMatrix", function(t) {
4195
+ for (var e = t.getCols(), r = t.getRows(), n = t.getPackedDataList(), i = [], u = 0; u < r; u++) i.push(Array(e));
4196
+ for (u = 0; u < r; u++) for (var o = 0; o < e; o++) {
4197
+ var s = t.getLayout() === 1 ? u * e + o : o * r + u;
4198
+ i[u][o] = n[s];
4199
+ }
4200
+ return i;
4201
+ }), L("VERSION", "0.4.1633559619");
4202
+ }).call(P2)), P2;
4203
+ }
4204
+ var w1 = /* @__PURE__ */ c3();
4205
+ const h3 = /* @__PURE__ */ f3(w1), p3 = /* @__PURE__ */ l3({
4206
+ __proto__: null,
4207
+ default: h3
4208
+ }, [w1]);
4209
+ export {
4210
+ p3 as f
4211
+ };
4212
+ //# sourceMappingURL=face_mesh-DYMPc5Ce.js.map