md-face-engine 1.1.2 → 1.1.3

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