@zappar/zappar-cv 3.0.0-beta.7 → 3.0.1-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/README.md +2 -2
  2. package/lib/additional.d.ts +5 -1
  3. package/lib/camera-source.js +8 -4
  4. package/lib/ceres-worker.d.ts +1 -0
  5. package/lib/ceres-worker.js +67 -0
  6. package/lib/data-download.d.ts +8 -0
  7. package/lib/data-download.js +8 -0
  8. package/lib/deserializer.d.ts +1 -0
  9. package/lib/deserializer.js +7 -0
  10. package/lib/direct.js +3 -1
  11. package/lib/drawgrid.d.ts +2 -0
  12. package/lib/drawgrid.js +136 -0
  13. package/lib/drawpoints.d.ts +11 -0
  14. package/lib/drawpoints.js +180 -0
  15. package/lib/gen/zappar-bridge.d.ts +20 -0
  16. package/lib/gen/zappar-bridge.js +1 -0
  17. package/lib/gen/zappar-client.d.ts +1 -0
  18. package/lib/gen/zappar-client.js +208 -13
  19. package/lib/gen/zappar-cwrap.js +144 -3
  20. package/lib/gen/zappar-native.d.ts +24 -1
  21. package/lib/gen/zappar-native.js +6 -0
  22. package/lib/gen/zappar-server.d.ts +3 -0
  23. package/lib/gen/zappar-server.js +108 -10
  24. package/lib/gen/zappar.d.ts +24 -0
  25. package/lib/gen/zappar.js +1 -0
  26. package/lib/html-element-source.d.ts +3 -1
  27. package/lib/html-element-source.js +12 -6
  28. package/lib/image-process-gl.d.ts +3 -2
  29. package/lib/image-process-gl.js +9 -7
  30. package/lib/imagebitmap-camera-source.d.ts +3 -1
  31. package/lib/imagebitmap-camera-source.js +10 -4
  32. package/lib/index.d.ts +1 -1
  33. package/lib/index.js +1 -1
  34. package/lib/mstp-camera-source.d.ts +11 -1
  35. package/lib/mstp-camera-source.js +84 -6
  36. package/lib/native.js +56 -2
  37. package/lib/pipeline.d.ts +3 -1
  38. package/lib/pipeline.js +12 -2
  39. package/lib/profile.d.ts +2 -2
  40. package/lib/profile.js +3 -3
  41. package/lib/serializer.d.ts +1 -0
  42. package/lib/serializer.js +1 -0
  43. package/lib/version.d.ts +1 -1
  44. package/lib/version.js +1 -1
  45. package/lib/worker-client.d.ts +1 -0
  46. package/lib/worker-client.js +23 -1
  47. package/lib/worker-imagebitmap.js +5 -4
  48. package/lib/worker-messages.d.ts +10 -0
  49. package/lib/worker-messages.js +10 -0
  50. package/lib/worker-server.d.ts +1 -1
  51. package/lib/worker-server.js +83 -15
  52. package/lib/worker.js +2 -1
  53. package/lib/workerinterface.d.ts +8 -1
  54. package/lib/zappar-cv.js +215 -134
  55. package/lib/zappar-cv.wasm +0 -0
  56. package/package.json +4 -3
  57. package/umd/169.zappar-cv.js +1 -1
  58. package/umd/25.zappar-cv.js +1 -0
  59. package/umd/751.zappar-cv.js +1 -0
  60. package/umd/867.zappar-cv.js +1 -0
  61. package/umd/ca409d4e8cebe454b816.wasm +0 -0
  62. package/umd/zappar-cv.js +1 -1
  63. package/umd/zappar-cv.worker.js +1 -1
  64. package/umd/51b1854609f16d933fe2.wasm +0 -0
  65. package/umd/56.zappar-cv.js +0 -1
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zappar/zappar-cv",
3
- "version": "3.0.0-beta.7",
3
+ "version": "3.0.1-alpha.10",
4
4
  "description": "Zappar's core computer vision library, supporting image, face and world tracking.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "@types/pngjs": "6.0.0",
38
38
  "@types/puppeteer": "5.4.3",
39
39
  "@types/ua-parser-js": "0.7.33",
40
- "@zappar/zapworks-cli": "2.0.5",
40
+ "@zappar/zapworks-cli": "2.0.6",
41
41
  "better-npm-audit": "^3.7.3",
42
42
  "concurrently": "5.3.0",
43
43
  "dat.gui": "0.7.7",
@@ -52,12 +52,13 @@
52
52
  "ts-loader": "9.2.6",
53
53
  "ts-node": "9.1.1",
54
54
  "typescript": "4.0.5",
55
- "webpack": "5.68.0",
55
+ "webpack": "5.89.0",
56
56
  "webpack-cli": "4.9.2",
57
57
  "webpack-dev-server": "^4.7.3",
58
58
  "worker-loader": "^3.0.8"
59
59
  },
60
60
  "dependencies": {
61
+ "@types/w3c-generic-sensor": "^1.0.9",
61
62
  "gl-matrix": "3.4.3",
62
63
  "ua-parser-js": "1.0.33"
63
64
  }
@@ -1 +1 @@
1
- (self.webpackChunkZCV=self.webpackChunkZCV||[]).push([[169],{685:(i,e,o)=>{"use strict";o.d(e,{WT:()=>a});var a="undefined"!=typeof Float32Array?Float32Array:Array;Math.random,Math.PI,Math.hypot||(Math.hypot=function(){for(var i=0,e=arguments.length;e--;)i+=arguments[e]*arguments[e];return Math.sqrt(i)})},975:(i,e,o)=>{"use strict";o.d(e,{Ue:()=>r,yR:()=>t,xJ:()=>n});var a=o(685);function r(){var i=new a.WT(16);return a.WT!=Float32Array&&(i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[11]=0,i[12]=0,i[13]=0,i[14]=0),i[0]=1,i[5]=1,i[10]=1,i[15]=1,i}function t(i){return i[0]=1,i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=1,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=1,i[11]=0,i[12]=0,i[13]=0,i[14]=0,i[15]=1,i}function n(i,e){return i[0]=e[0],i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=e[1],i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=e[2],i[11]=0,i[12]=0,i[13]=0,i[14]=0,i[15]=1,i}},238:function(i,e,o){var a;!function(r,t){"use strict";var n="function",s="undefined",b="object",w="string",l="model",d="name",u="type",c="vendor",p="version",m="architecture",h="console",f="mobile",v="tablet",g="smarttv",x="wearable",k="embedded",y="Amazon",_="Apple",T="ASUS",q="BlackBerry",S="Browser",z="Chrome",A="Firefox",N="Google",C="Huawei",E="LG",M="Microsoft",O="Motorola",U="Opera",j="Samsung",R="Sharp",V="Sony",P="Xiaomi",B="Zebra",W="Facebook",F=function(i){for(var e={},o=0;o<i.length;o++)e[i[o].toUpperCase()]=i[o];return e},I=function(i,e){return typeof i===w&&-1!==D(e).indexOf(D(i))},D=function(i){return i.toLowerCase()},Z=function(i,e){if(typeof i===w)return i=i.replace(/^\s\s*/,""),typeof e===s?i:i.substring(0,350)},G=function(i,e){for(var o,a,r,s,w,l,d=0;d<e.length&&!w;){var u=e[d],c=e[d+1];for(o=a=0;o<u.length&&!w;)if(w=u[o++].exec(i))for(r=0;r<c.length;r++)l=w[++a],typeof(s=c[r])===b&&s.length>0?2===s.length?typeof s[1]==n?this[s[0]]=s[1].call(this,l):this[s[0]]=s[1]:3===s.length?typeof s[1]!==n||s[1].exec&&s[1].test?this[s[0]]=l?l.replace(s[1],s[2]):t:this[s[0]]=l?s[1].call(this,l,s[2]):t:4===s.length&&(this[s[0]]=l?s[3].call(this,l.replace(s[1],s[2])):t):this[s]=l||t;d+=2}},L=function(i,e){for(var o in e)if(typeof e[o]===b&&e[o].length>0){for(var a=0;a<e[o].length;a++)if(I(e[o][a],i))return"?"===o?t:o}else if(I(e[o],i))return"?"===o?t:o;return i},H={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},$={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[p,[d,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[p,[d,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[d,p],[/opios[\/ ]+([\w\.]+)/i],[p,[d,U+" Mini"]],[/\bopr\/([\w\.]+)/i],[p,[d,U]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i,/(ba?idubrowser)[\/ ]?([\w\.]+)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i,/(weibo)__([\d\.]+)/i],[d,p],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[p,[d,"UC"+S]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i],[p,[d,"WeChat(Win) Desktop"]],[/micromessenger\/([\w\.]+)/i],[p,[d,"WeChat"]],[/konqueror\/([\w\.]+)/i],[p,[d,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[p,[d,"IE"]],[/yabrowser\/([\w\.]+)/i],[p,[d,"Yandex"]],[/(avast|avg)\/([\w\.]+)/i],[[d,/(.+)/,"$1 Secure "+S],p],[/\bfocus\/([\w\.]+)/i],[p,[d,A+" Focus"]],[/\bopt\/([\w\.]+)/i],[p,[d,U+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[p,[d,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[p,[d,"Dolphin"]],[/coast\/([\w\.]+)/i],[p,[d,U+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[p,[d,"MIUI "+S]],[/fxios\/([-\w\.]+)/i],[p,[d,A]],[/\bqihu|(qi?ho?o?|360)browser/i],[[d,"360 "+S]],[/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i],[[d,/(.+)/,"$1 "+S],p],[/(comodo_dragon)\/([\w\.]+)/i],[[d,/_/g," "],p],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i],[d,p],[/(metasr)[\/ ]?([\w\.]+)/i,/(lbbrowser)/i,/\[(linkedin)app\]/i],[d],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[d,W],p],[/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(chromium|instagram)[\/ ]([-\w\.]+)/i],[d,p],[/\bgsa\/([\w\.]+) .*safari\//i],[p,[d,"GSA"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[p,[d,z+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[d,z+" WebView"],p],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[p,[d,"Android "+S]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[d,p],[/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i],[p,[d,"Mobile Safari"]],[/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i],[p,d],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[d,[p,L,{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}]],[/(webkit|khtml)\/([\w\.]+)/i],[d,p],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[d,"Netscape"],p],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[p,[d,A+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/(links) \(([\w\.]+)/i],[d,p],[/(cobalt)\/([\w\.]+)/i],[d,[p,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i],[[m,"amd64"]],[/(ia32(?=;))/i],[[m,D]],[/((?:i[346]|x)86)[;\)]/i],[[m,"ia32"]],[/\b(aarch64|arm(v?8e?l?|_?64))\b/i],[[m,"arm64"]],[/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i],[[m,"armhf"]],[/windows (ce|mobile); ppc;/i],[[m,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i],[[m,/ower/,"",D]],[/(sun4\w)[;\)]/i],[[m,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i],[[m,D]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[l,[c,j],[u,v]],[/\b((?:s[cgp]h|gt|sm)-\w+|galaxy nexus)/i,/samsung[- ]([-\w]+)/i,/sec-(sgh\w+)/i],[l,[c,j],[u,f]],[/\((ip(?:hone|od)[\w ]*);/i],[l,[c,_],[u,f]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[l,[c,_],[u,v]],[/(macintosh);/i],[l,[c,_]],[/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i],[l,[c,C],[u,v]],[/(?:huawei|honor)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[l,[c,C],[u,f]],[/\b(poco[\w ]+)(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i],[[l,/_/g," "],[c,P],[u,f]],[/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i],[[l,/_/g," "],[c,P],[u,v]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[l,[c,"OPPO"],[u,f]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[l,[c,"Vivo"],[u,f]],[/\b(rmx[12]\d{3})(?: bui|;|\))/i],[l,[c,"Realme"],[u,f]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[l,[c,O],[u,f]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[l,[c,O],[u,v]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[l,[c,E],[u,v]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i,/\blg-?([\d\w]+) bui/i],[l,[c,E],[u,f]],[/(ideatab[-\w ]+)/i,/lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i],[l,[c,"Lenovo"],[u,v]],[/(?:maemo|nokia).*(n900|lumia \d+)/i,/nokia[-_ ]?([-\w\.]*)/i],[[l,/_/g," "],[c,"Nokia"],[u,f]],[/(pixel c)\b/i],[l,[c,N],[u,v]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[l,[c,N],[u,f]],[/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[l,[c,V],[u,f]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[l,"Xperia Tablet"],[c,V],[u,v]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[l,[c,"OnePlus"],[u,f]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[l,[c,y],[u,v]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[l,/(.+)/g,"Fire Phone $1"],[c,y],[u,f]],[/(playbook);[-\w\),; ]+(rim)/i],[l,c,[u,v]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[l,[c,q],[u,f]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[l,[c,T],[u,v]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[l,[c,T],[u,f]],[/(nexus 9)/i],[l,[c,"HTC"],[u,v]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic|sony(?!-bra))[-_ ]?([-\w]*)/i],[c,[l,/_/g," "],[u,f]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[l,[c,"Acer"],[u,v]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[l,[c,"Meizu"],[u,f]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[l,[c,R],[u,f]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i,/(hp) ([\w ]+\w)/i,/(asus)-?(\w+)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w]+)/i,/(jolla)/i,/(oppo) ?([\w ]+) bui/i],[c,l,[u,f]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[c,l,[u,v]],[/(surface duo)/i],[l,[c,M],[u,v]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[l,[c,"Fairphone"],[u,f]],[/(u304aa)/i],[l,[c,"AT&T"],[u,f]],[/\bsie-(\w*)/i],[l,[c,"Siemens"],[u,f]],[/\b(rct\w+) b/i],[l,[c,"RCA"],[u,v]],[/\b(venue[\d ]{2,7}) b/i],[l,[c,"Dell"],[u,v]],[/\b(q(?:mv|ta)\w+) b/i],[l,[c,"Verizon"],[u,v]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[l,[c,"Barnes & Noble"],[u,v]],[/\b(tm\d{3}\w+) b/i],[l,[c,"NuVision"],[u,v]],[/\b(k88) b/i],[l,[c,"ZTE"],[u,v]],[/\b(nx\d{3}j) b/i],[l,[c,"ZTE"],[u,f]],[/\b(gen\d{3}) b.+49h/i],[l,[c,"Swiss"],[u,f]],[/\b(zur\d{3}) b/i],[l,[c,"Swiss"],[u,v]],[/\b((zeki)?tb.*\b) b/i],[l,[c,"Zeki"],[u,v]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[c,"Dragon Touch"],l,[u,v]],[/\b(ns-?\w{0,9}) b/i],[l,[c,"Insignia"],[u,v]],[/\b((nxa|next)-?\w{0,9}) b/i],[l,[c,"NextBook"],[u,v]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[c,"Voice"],l,[u,f]],[/\b(lvtel\-)?(v1[12]) b/i],[[c,"LvTel"],l,[u,f]],[/\b(ph-1) /i],[l,[c,"Essential"],[u,f]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[l,[c,"Envizen"],[u,v]],[/\b(trio[-\w\. ]+) b/i],[l,[c,"MachSpeed"],[u,v]],[/\btu_(1491) b/i],[l,[c,"Rotor"],[u,v]],[/(shield[\w ]+) b/i],[l,[c,"Nvidia"],[u,v]],[/(sprint) (\w+)/i],[c,l,[u,f]],[/(kin\.[onetw]{3})/i],[[l,/\./g," "],[c,M],[u,f]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[l,[c,B],[u,v]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[l,[c,B],[u,f]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[c,l,[u,h]],[/droid.+; (shield) bui/i],[l,[c,"Nvidia"],[u,h]],[/(playstation [345portablevi]+)/i],[l,[c,V],[u,h]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[l,[c,M],[u,h]],[/smart-tv.+(samsung)/i],[c,[u,g]],[/hbbtv.+maple;(\d+)/i],[[l,/^/,"SmartTV"],[c,j],[u,g]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[c,E],[u,g]],[/(apple) ?tv/i],[c,[l,_+" TV"],[u,g]],[/crkey/i],[[l,z+"cast"],[c,N],[u,g]],[/droid.+aft(\w)( bui|\))/i],[l,[c,y],[u,g]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[l,[c,R],[u,g]],[/(bravia[\w ]+)( bui|\))/i],[l,[c,V],[u,g]],[/(mitv-\w{5}) bui/i],[l,[c,P],[u,g]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w ]*; *(\w[^;]*);([^;]*)/i],[[c,Z],[l,Z],[u,g]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[u,g]],[/((pebble))app/i],[c,l,[u,x]],[/droid.+; (glass) \d/i],[l,[c,N],[u,x]],[/droid.+; (wt63?0{2,3})\)/i],[l,[c,B],[u,x]],[/(quest( 2)?)/i],[l,[c,W],[u,x]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[c,[u,k]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i],[l,[u,f]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[l,[u,v]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[u,v]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[u,f]],[/(android[-\w\. ]{0,9});.+buil/i],[l,[c,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[p,[d,"EdgeHTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[p,[d,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i],[d,p],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[p,d]],os:[[/microsoft (windows) (vista|xp)/i],[d,p],[/(windows) nt 6\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i,/(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i],[d,[p,L,H]],[/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[d,"Windows"],[p,L,H]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/cfnetwork\/.+darwin/i],[[p,/_/g,"."],[d,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[d,"Mac OS"],[p,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i],[p,d],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[d,p],[/\(bb(10);/i],[p,[d,q]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i],[p,[d,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[p,[d,A+" OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[p,[d,"webOS"]],[/crkey\/([\d\.]+)/i],[p,[d,z+"cast"]],[/(cros) [\w]+ ([\w\.]+\w)/i],[[d,"Chromium OS"],p],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[d,p],[/(sunos) ?([\w\.\d]*)/i],[[d,"Solaris"],p],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\w\.]*)/i],[d,p]]},X=function(i,e){if(typeof i===b&&(e=i,i=t),!(this instanceof X))return new X(i,e).getResult();var o=i||(typeof r!==s&&r.navigator&&r.navigator.userAgent?r.navigator.userAgent:""),a=e?function(i,e){var o={};for(var a in i)e[a]&&e[a].length%2==0?o[a]=e[a].concat(i[a]):o[a]=i[a];return o}($,e):$;return this.getBrowser=function(){var i,e={};return e[d]=t,e[p]=t,G.call(e,o,a.browser),e.major=typeof(i=e.version)===w?i.replace(/[^\d\.]/g,"").split(".")[0]:t,e},this.getCPU=function(){var i={};return i[m]=t,G.call(i,o,a.cpu),i},this.getDevice=function(){var i={};return i[c]=t,i[l]=t,i[u]=t,G.call(i,o,a.device),i},this.getEngine=function(){var i={};return i[d]=t,i[p]=t,G.call(i,o,a.engine),i},this.getOS=function(){var i={};return i[d]=t,i[p]=t,G.call(i,o,a.os),i},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return o},this.setUA=function(i){return o=typeof i===w&&i.length>350?Z(i,350):i,this},this.setUA(o),this};X.VERSION="1.0.33",X.BROWSER=F([d,p,"major"]),X.CPU=F([m]),X.DEVICE=F([l,c,u,h,f,g,v,x,k]),X.ENGINE=X.OS=F([d,p]),typeof e!==s?(i.exports&&(e=i.exports=X),e.UAParser=X):o.amdO?(a=function(){return X}.call(e,o,e,i))===t||(i.exports=a):typeof r!==s&&(r.UAParser=X);var J=typeof r!==s&&(r.jQuery||r.Zepto);if(J&&!J.ua){var K=new X;J.ua=K.getResult(),J.ua.get=function(){return K.getUA()},J.ua.set=function(i){K.setUA(i);var e=K.getResult();for(var o in e)J.ua[o]=e[o]}}}("object"==typeof window?window:this)}}]);
1
+ (self.webpackChunkZCV=self.webpackChunkZCV||[]).push([[169],{685:(i,e,o)=>{"use strict";o.d(e,{WT:()=>a});var a="undefined"!=typeof Float32Array?Float32Array:Array;Math.random,Math.PI,Math.hypot||(Math.hypot=function(){for(var i=0,e=arguments.length;e--;)i+=arguments[e]*arguments[e];return Math.sqrt(i)})},975:(i,e,o)=>{"use strict";o.d(e,{Ue:()=>r,xJ:()=>n,yR:()=>t});var a=o(685);function r(){var i=new a.WT(16);return a.WT!=Float32Array&&(i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[11]=0,i[12]=0,i[13]=0,i[14]=0),i[0]=1,i[5]=1,i[10]=1,i[15]=1,i}function t(i){return i[0]=1,i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=1,i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=1,i[11]=0,i[12]=0,i[13]=0,i[14]=0,i[15]=1,i}function n(i,e){return i[0]=e[0],i[1]=0,i[2]=0,i[3]=0,i[4]=0,i[5]=e[1],i[6]=0,i[7]=0,i[8]=0,i[9]=0,i[10]=e[2],i[11]=0,i[12]=0,i[13]=0,i[14]=0,i[15]=1,i}},238:function(i,e,o){var a;!function(r,t){"use strict";var n="function",s="undefined",b="object",w="string",l="model",d="name",u="type",c="vendor",p="version",m="architecture",h="console",f="mobile",v="tablet",g="smarttv",x="wearable",k="embedded",y="Amazon",_="Apple",T="ASUS",q="BlackBerry",S="Browser",z="Chrome",A="Firefox",N="Google",C="Huawei",E="LG",M="Microsoft",O="Motorola",U="Opera",j="Samsung",R="Sharp",V="Sony",P="Xiaomi",B="Zebra",W="Facebook",F=function(i){for(var e={},o=0;o<i.length;o++)e[i[o].toUpperCase()]=i[o];return e},I=function(i,e){return typeof i===w&&-1!==D(e).indexOf(D(i))},D=function(i){return i.toLowerCase()},Z=function(i,e){if(typeof i===w)return i=i.replace(/^\s\s*/,""),typeof e===s?i:i.substring(0,350)},G=function(i,e){for(var o,a,r,s,w,l,d=0;d<e.length&&!w;){var u=e[d],c=e[d+1];for(o=a=0;o<u.length&&!w;)if(w=u[o++].exec(i))for(r=0;r<c.length;r++)l=w[++a],typeof(s=c[r])===b&&s.length>0?2===s.length?typeof s[1]==n?this[s[0]]=s[1].call(this,l):this[s[0]]=s[1]:3===s.length?typeof s[1]!==n||s[1].exec&&s[1].test?this[s[0]]=l?l.replace(s[1],s[2]):t:this[s[0]]=l?s[1].call(this,l,s[2]):t:4===s.length&&(this[s[0]]=l?s[3].call(this,l.replace(s[1],s[2])):t):this[s]=l||t;d+=2}},L=function(i,e){for(var o in e)if(typeof e[o]===b&&e[o].length>0){for(var a=0;a<e[o].length;a++)if(I(e[o][a],i))return"?"===o?t:o}else if(I(e[o],i))return"?"===o?t:o;return i},H={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},$={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[p,[d,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[p,[d,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[d,p],[/opios[\/ ]+([\w\.]+)/i],[p,[d,U+" Mini"]],[/\bopr\/([\w\.]+)/i],[p,[d,U]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i,/(ba?idubrowser)[\/ ]?([\w\.]+)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i,/(weibo)__([\d\.]+)/i],[d,p],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[p,[d,"UC"+S]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i],[p,[d,"WeChat(Win) Desktop"]],[/micromessenger\/([\w\.]+)/i],[p,[d,"WeChat"]],[/konqueror\/([\w\.]+)/i],[p,[d,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[p,[d,"IE"]],[/yabrowser\/([\w\.]+)/i],[p,[d,"Yandex"]],[/(avast|avg)\/([\w\.]+)/i],[[d,/(.+)/,"$1 Secure "+S],p],[/\bfocus\/([\w\.]+)/i],[p,[d,A+" Focus"]],[/\bopt\/([\w\.]+)/i],[p,[d,U+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[p,[d,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[p,[d,"Dolphin"]],[/coast\/([\w\.]+)/i],[p,[d,U+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[p,[d,"MIUI "+S]],[/fxios\/([-\w\.]+)/i],[p,[d,A]],[/\bqihu|(qi?ho?o?|360)browser/i],[[d,"360 "+S]],[/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i],[[d,/(.+)/,"$1 "+S],p],[/(comodo_dragon)\/([\w\.]+)/i],[[d,/_/g," "],p],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i],[d,p],[/(metasr)[\/ ]?([\w\.]+)/i,/(lbbrowser)/i,/\[(linkedin)app\]/i],[d],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[d,W],p],[/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(chromium|instagram)[\/ ]([-\w\.]+)/i],[d,p],[/\bgsa\/([\w\.]+) .*safari\//i],[p,[d,"GSA"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[p,[d,z+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[d,z+" WebView"],p],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[p,[d,"Android "+S]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[d,p],[/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i],[p,[d,"Mobile Safari"]],[/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i],[p,d],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[d,[p,L,{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}]],[/(webkit|khtml)\/([\w\.]+)/i],[d,p],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[d,"Netscape"],p],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[p,[d,A+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/(links) \(([\w\.]+)/i],[d,p],[/(cobalt)\/([\w\.]+)/i],[d,[p,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i],[[m,"amd64"]],[/(ia32(?=;))/i],[[m,D]],[/((?:i[346]|x)86)[;\)]/i],[[m,"ia32"]],[/\b(aarch64|arm(v?8e?l?|_?64))\b/i],[[m,"arm64"]],[/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i],[[m,"armhf"]],[/windows (ce|mobile); ppc;/i],[[m,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i],[[m,/ower/,"",D]],[/(sun4\w)[;\)]/i],[[m,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i],[[m,D]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[l,[c,j],[u,v]],[/\b((?:s[cgp]h|gt|sm)-\w+|galaxy nexus)/i,/samsung[- ]([-\w]+)/i,/sec-(sgh\w+)/i],[l,[c,j],[u,f]],[/\((ip(?:hone|od)[\w ]*);/i],[l,[c,_],[u,f]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[l,[c,_],[u,v]],[/(macintosh);/i],[l,[c,_]],[/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i],[l,[c,C],[u,v]],[/(?:huawei|honor)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[l,[c,C],[u,f]],[/\b(poco[\w ]+)(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i],[[l,/_/g," "],[c,P],[u,f]],[/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i],[[l,/_/g," "],[c,P],[u,v]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[l,[c,"OPPO"],[u,f]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[l,[c,"Vivo"],[u,f]],[/\b(rmx[12]\d{3})(?: bui|;|\))/i],[l,[c,"Realme"],[u,f]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[l,[c,O],[u,f]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[l,[c,O],[u,v]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[l,[c,E],[u,v]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i,/\blg-?([\d\w]+) bui/i],[l,[c,E],[u,f]],[/(ideatab[-\w ]+)/i,/lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i],[l,[c,"Lenovo"],[u,v]],[/(?:maemo|nokia).*(n900|lumia \d+)/i,/nokia[-_ ]?([-\w\.]*)/i],[[l,/_/g," "],[c,"Nokia"],[u,f]],[/(pixel c)\b/i],[l,[c,N],[u,v]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[l,[c,N],[u,f]],[/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[l,[c,V],[u,f]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[l,"Xperia Tablet"],[c,V],[u,v]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[l,[c,"OnePlus"],[u,f]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[l,[c,y],[u,v]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[l,/(.+)/g,"Fire Phone $1"],[c,y],[u,f]],[/(playbook);[-\w\),; ]+(rim)/i],[l,c,[u,v]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[l,[c,q],[u,f]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[l,[c,T],[u,v]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[l,[c,T],[u,f]],[/(nexus 9)/i],[l,[c,"HTC"],[u,v]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic|sony(?!-bra))[-_ ]?([-\w]*)/i],[c,[l,/_/g," "],[u,f]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[l,[c,"Acer"],[u,v]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[l,[c,"Meizu"],[u,f]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[l,[c,R],[u,f]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i,/(hp) ([\w ]+\w)/i,/(asus)-?(\w+)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w]+)/i,/(jolla)/i,/(oppo) ?([\w ]+) bui/i],[c,l,[u,f]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[c,l,[u,v]],[/(surface duo)/i],[l,[c,M],[u,v]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[l,[c,"Fairphone"],[u,f]],[/(u304aa)/i],[l,[c,"AT&T"],[u,f]],[/\bsie-(\w*)/i],[l,[c,"Siemens"],[u,f]],[/\b(rct\w+) b/i],[l,[c,"RCA"],[u,v]],[/\b(venue[\d ]{2,7}) b/i],[l,[c,"Dell"],[u,v]],[/\b(q(?:mv|ta)\w+) b/i],[l,[c,"Verizon"],[u,v]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[l,[c,"Barnes & Noble"],[u,v]],[/\b(tm\d{3}\w+) b/i],[l,[c,"NuVision"],[u,v]],[/\b(k88) b/i],[l,[c,"ZTE"],[u,v]],[/\b(nx\d{3}j) b/i],[l,[c,"ZTE"],[u,f]],[/\b(gen\d{3}) b.+49h/i],[l,[c,"Swiss"],[u,f]],[/\b(zur\d{3}) b/i],[l,[c,"Swiss"],[u,v]],[/\b((zeki)?tb.*\b) b/i],[l,[c,"Zeki"],[u,v]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[c,"Dragon Touch"],l,[u,v]],[/\b(ns-?\w{0,9}) b/i],[l,[c,"Insignia"],[u,v]],[/\b((nxa|next)-?\w{0,9}) b/i],[l,[c,"NextBook"],[u,v]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[c,"Voice"],l,[u,f]],[/\b(lvtel\-)?(v1[12]) b/i],[[c,"LvTel"],l,[u,f]],[/\b(ph-1) /i],[l,[c,"Essential"],[u,f]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[l,[c,"Envizen"],[u,v]],[/\b(trio[-\w\. ]+) b/i],[l,[c,"MachSpeed"],[u,v]],[/\btu_(1491) b/i],[l,[c,"Rotor"],[u,v]],[/(shield[\w ]+) b/i],[l,[c,"Nvidia"],[u,v]],[/(sprint) (\w+)/i],[c,l,[u,f]],[/(kin\.[onetw]{3})/i],[[l,/\./g," "],[c,M],[u,f]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[l,[c,B],[u,v]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[l,[c,B],[u,f]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[c,l,[u,h]],[/droid.+; (shield) bui/i],[l,[c,"Nvidia"],[u,h]],[/(playstation [345portablevi]+)/i],[l,[c,V],[u,h]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[l,[c,M],[u,h]],[/smart-tv.+(samsung)/i],[c,[u,g]],[/hbbtv.+maple;(\d+)/i],[[l,/^/,"SmartTV"],[c,j],[u,g]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[c,E],[u,g]],[/(apple) ?tv/i],[c,[l,_+" TV"],[u,g]],[/crkey/i],[[l,z+"cast"],[c,N],[u,g]],[/droid.+aft(\w)( bui|\))/i],[l,[c,y],[u,g]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[l,[c,R],[u,g]],[/(bravia[\w ]+)( bui|\))/i],[l,[c,V],[u,g]],[/(mitv-\w{5}) bui/i],[l,[c,P],[u,g]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w ]*; *(\w[^;]*);([^;]*)/i],[[c,Z],[l,Z],[u,g]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[u,g]],[/((pebble))app/i],[c,l,[u,x]],[/droid.+; (glass) \d/i],[l,[c,N],[u,x]],[/droid.+; (wt63?0{2,3})\)/i],[l,[c,B],[u,x]],[/(quest( 2)?)/i],[l,[c,W],[u,x]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[c,[u,k]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i],[l,[u,f]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[l,[u,v]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[u,v]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[u,f]],[/(android[-\w\. ]{0,9});.+buil/i],[l,[c,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[p,[d,"EdgeHTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[p,[d,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i],[d,p],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[p,d]],os:[[/microsoft (windows) (vista|xp)/i],[d,p],[/(windows) nt 6\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i,/(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i],[d,[p,L,H]],[/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[d,"Windows"],[p,L,H]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/cfnetwork\/.+darwin/i],[[p,/_/g,"."],[d,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[d,"Mac OS"],[p,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i],[p,d],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[d,p],[/\(bb(10);/i],[p,[d,q]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i],[p,[d,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[p,[d,A+" OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[p,[d,"webOS"]],[/crkey\/([\d\.]+)/i],[p,[d,z+"cast"]],[/(cros) [\w]+ ([\w\.]+\w)/i],[[d,"Chromium OS"],p],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[d,p],[/(sunos) ?([\w\.\d]*)/i],[[d,"Solaris"],p],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\w\.]*)/i],[d,p]]},X=function(i,e){if(typeof i===b&&(e=i,i=t),!(this instanceof X))return new X(i,e).getResult();var o=i||(typeof r!==s&&r.navigator&&r.navigator.userAgent?r.navigator.userAgent:""),a=e?function(i,e){var o={};for(var a in i)e[a]&&e[a].length%2==0?o[a]=e[a].concat(i[a]):o[a]=i[a];return o}($,e):$;return this.getBrowser=function(){var i,e={};return e[d]=t,e[p]=t,G.call(e,o,a.browser),e.major=typeof(i=e.version)===w?i.replace(/[^\d\.]/g,"").split(".")[0]:t,e},this.getCPU=function(){var i={};return i[m]=t,G.call(i,o,a.cpu),i},this.getDevice=function(){var i={};return i[c]=t,i[l]=t,i[u]=t,G.call(i,o,a.device),i},this.getEngine=function(){var i={};return i[d]=t,i[p]=t,G.call(i,o,a.engine),i},this.getOS=function(){var i={};return i[d]=t,i[p]=t,G.call(i,o,a.os),i},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return o},this.setUA=function(i){return o=typeof i===w&&i.length>350?Z(i,350):i,this},this.setUA(o),this};X.VERSION="1.0.33",X.BROWSER=F([d,p,"major"]),X.CPU=F([m]),X.DEVICE=F([l,c,u,h,f,g,v,x,k]),X.ENGINE=X.OS=F([d,p]),typeof e!==s?(i.exports&&(e=i.exports=X),e.UAParser=X):o.amdO?(a=function(){return X}.call(e,o,e,i))===t||(i.exports=a):typeof r!==s&&(r.UAParser=X);var J=typeof r!==s&&(r.jQuery||r.Zepto);if(J&&!J.ua){var K=new X;J.ua=K.getResult(),J.ua.get=function(){return K.getUA()},J.ua.set=function(i){K.setUA(i);var e=K.getResult();for(var o in e)J.ua[o]=e[o]}}}("object"==typeof window?window:this)}}]);
@@ -0,0 +1 @@
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.ZCV=t():e.ZCV=t()}(self,(()=>(()=>{"use strict";var e,t,r={25:(e,t,r)=>{var n=r(604),o=r(581);const a=self;let s=e=>{e&&e.data&&"wasm"===e.data.t&&(!function(e,t,r){var a,s,i,c;a=this,s=void 0,c=function*(){let a=o.Z({locateFile:(t,r)=>t.endsWith("zappar-cv.wasm")?e:r+t,instantiateWasm:(e,r)=>{const n=new WebAssembly.Instance(t,e);return r(n),n.exports},onRuntimeInitialized:()=>{const e=a.cwrap("ceres_worker",null,[]),t=(0,n.g)(a);r.addEventListener("message",(n=>{if("msgsend"!==n.data.t)return;const o=n.data.data,s=n.data.reference,i=a._malloc(o.byteLength);a.HEAPU8.set(o,i),t.worker_message_receive(s,o.byteLength,i),a._free(i),e();const c=t.worker_message_send_count();for(let e=0;e<c;e++){const n=t.worker_message_send_reference(e),o=t.worker_message_send_data_size(e),s=t.worker_message_send_data(e),i=a.HEAPU8.slice(s,s+o);r.postMessage({t:"msgrec",data:i,reference:n},[i.buffer])}t.worker_message_send_clear()})),r.start()}})},new((i=void 0)||(i=Promise))((function(e,t){function r(e){try{o(c.next(e))}catch(e){t(e)}}function n(e){try{o(c.throw(e))}catch(e){t(e)}}function o(t){var o;t.done?e(t.value):(o=t.value,o instanceof i?o:new i((function(e){e(o)}))).then(r,n)}o((c=c.apply(a,s||[])).next())}))}(location.href.startsWith("blob")?e.data.url:new URL(r(751),r.b).toString(),e.data.module,e.data.port),a.removeEventListener("message",s))};a.addEventListener("message",s)}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var a=n[e]={exports:{}};return r[e](a,a.exports,o),a.exports}return o.m=r,o.x=()=>{var e=o.O(void 0,[867],(()=>o(25)));return o.O(e)},e=[],o.O=(t,r,n,a)=>{if(!r){var s=1/0;for(l=0;l<e.length;l++){for(var[r,n,a]=e[l],i=!0,c=0;c<r.length;c++)(!1&a||s>=a)&&Object.keys(o.O).every((e=>o.O[e](r[c])))?r.splice(c--,1):(i=!1,a<s&&(s=a));if(i){e.splice(l--,1);var f=n();void 0!==f&&(t=f)}}return t}a=a||0;for(var l=e.length;l>0&&e[l-1][2]>a;l--)e[l]=e[l-1];e[l]=[r,n,a]},o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce(((t,r)=>(o.f[r](e,t),t)),[])),o.u=e=>e+".zappar-cv.js",o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e;o.g.importScripts&&(e=o.g.location+"");var t=o.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var n=r.length-1;n>-1&&!e;)e=r[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e})(),(()=>{o.b=self.location+"";var e={25:1};o.f.i=(t,r)=>{e[t]||importScripts(o.p+o.u(t))};var t=self.webpackChunkZCV=self.webpackChunkZCV||[],r=t.push.bind(t);t.push=t=>{var[n,a,s]=t;for(var i in a)o.o(a,i)&&(o.m[i]=a[i]);for(s&&s(o);n.length;)e[n.pop()]=1;r(t)}})(),t=o.x,o.x=()=>o.e(867).then(t),o.x()})()));
@@ -0,0 +1 @@
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.ZCV=t():e.ZCV=t()}(self,(()=>(()=>{"use strict";var e,t,r={152:(e,t,r)=>{var a=r(581);class i{constructor(e){this._messageSender=e,this._freeBufferPool=[],this._buffer=new ArrayBuffer(16),this._i32View=new Int32Array(this._buffer),this._f32View=new Float32Array(this._buffer),this._f64View=new Float64Array(this._buffer),this._u8View=new Uint8Array(this._buffer),this._u8cView=new Uint8ClampedArray(this._buffer),this._u16View=new Uint16Array(this._buffer),this._u32View=new Uint32Array(this._buffer),this._offset=1,this._startOffset=-1,this._timeoutSet=!1,this._appender={int:e=>this.int(e),bool:e=>this.int(e?1:0),float:e=>this.float(e),string:e=>this.string(e),dataWithLength:e=>this.arrayBuffer(e),type:e=>this.int(e),matrix4x4:e=>this.float32ArrayBuffer(e),matrix3x3:e=>this.float32ArrayBuffer(e),floatArray:e=>this.float32ArrayBuffer(e),identityCoefficients:e=>this.float32ArrayBuffer(e),expressionCoefficients:e=>this.float32ArrayBuffer(e),cameraModel:e=>this.float32ArrayBuffer(e),timestamp:e=>this.double(e),barcodeFormat:e=>this.int(e),faceLandmarkName:e=>this.int(e),instantTrackerTransformOrientation:e=>this.int(e),logLevel:e=>this.int(e)},this._freeBufferPool.push(new ArrayBuffer(16)),this._freeBufferPool.push(new ArrayBuffer(16))}bufferReturn(e){this._freeBufferPool.push(e)}_ensureArrayBuffer(e){let t,r=4*(this._offset+e+8);if(this._buffer&&this._buffer.byteLength>=r)return;if(!t){let e=r;e--,e|=e>>1,e|=e>>2,e|=e>>4,e|=e>>8,e|=e>>16,e++,t=new ArrayBuffer(e)}let a=this._buffer?this._i32View:void 0;this._buffer=t,this._i32View=new Int32Array(this._buffer),this._f32View=new Float32Array(this._buffer),this._f64View=new Float64Array(this._buffer),this._u8View=new Uint8Array(this._buffer),this._u8cView=new Uint8ClampedArray(this._buffer),this._u16View=new Uint16Array(this._buffer),this._u32View=new Uint32Array(this._buffer),a&&this._i32View.set(a.subarray(0,this._offset))}sendMessage(e,t){this._ensureArrayBuffer(4),this._startOffset=this._offset,this._i32View[this._offset+1]=e,this._offset+=2,t(this._appender),this._i32View[this._startOffset]=this._offset-this._startOffset,this._startOffset=-1,this._sendOneTime()}_sendOneTime(){!1===this._timeoutSet&&(this._timeoutSet=!0,setTimeout((()=>{this._timeoutSet=!1,this._send()}),0))}_send(){0!==this._freeBufferPool.length?(this._i32View[0]=this._offset,this._messageSender(this._buffer),this._buffer=void 0,this._buffer=this._freeBufferPool.pop(),this._i32View=new Int32Array(this._buffer),this._f32View=new Float32Array(this._buffer),this._f64View=new Float64Array(this._buffer),this._u8View=new Uint8Array(this._buffer),this._u8cView=new Uint8ClampedArray(this._buffer),this._u16View=new Uint16Array(this._buffer),this._u32View=new Uint32Array(this._buffer),this._offset=1,this._startOffset=-1):this._sendOneTime()}int(e){this._ensureArrayBuffer(1),this._i32View[this._offset]=e,this._offset++}double(e){this._ensureArrayBuffer(2),this._offset%2==1&&this._offset++,this._f64View[this._offset/2]=e,this._offset+=2}float(e){this._ensureArrayBuffer(1),this._f32View[this._offset]=e,this._offset++}int32Array(e){this._ensureArrayBuffer(e.length);for(let t=0;t<e.length;++t)this._i32View[this._offset+t]=e[t];this._offset+=e.length}float32Array(e){this._ensureArrayBuffer(e.length);for(let t=0;t<e.length;++t)this._f32View[this._offset+t]=e[t];this._offset+=e.length}booleanArray(e){this._ensureArrayBuffer(e.length);for(let t=0;t<e.length;++t)this._i32View[this._offset+t]=e[t]?1:0;this._offset+=e.length}uint8ArrayBuffer(e){this._ensureArrayBuffer(e.byteLength/4),this._i32View[this._offset]=e.byteLength,this._offset++,this._u8View.set(e,4*this._offset),this._offset+=e.byteLength>>2,0!=(3&e.byteLength)&&this._offset++}arrayBuffer(e){let t=new Uint8Array(e);this.uint8ArrayBuffer(t)}uint8ClampedArrayBuffer(e){this._ensureArrayBuffer(e.byteLength/4),this._i32View[this._offset]=e.byteLength,this._offset++,this._u8cView.set(e,4*this._offset),this._offset+=e.byteLength>>2,0!=(3&e.byteLength)&&this._offset++}float32ArrayBuffer(e){this._ensureArrayBuffer(e.byteLength/4),this._i32View[this._offset]=e.length,this._offset++,this._f32View.set(e,this._offset),this._offset+=e.length}uint16ArrayBuffer(e){this._ensureArrayBuffer(e.byteLength/4),this._i32View[this._offset]=e.length,this._offset++;let t=2*this._offset;this._u16View.set(e,t),this._offset+=e.length>>1,0!=(1&e.length)&&this._offset++}int32ArrayBuffer(e){this._ensureArrayBuffer(e.byteLength/4),this._i32View[this._offset]=e.length,this._offset++,this._i32View.set(e,this._offset),this._offset+=e.length}uint32ArrayBuffer(e){this._ensureArrayBuffer(e.byteLength/4),this._i32View[this._offset]=e.length,this._offset++,this._u32View.set(e,this._offset),this._offset+=e.length}string(e){let t=(new TextEncoder).encode(e);this._ensureArrayBuffer(t.byteLength/4),this._i32View[this._offset]=t.byteLength,this._offset++,this._u8View.set(t,4*this._offset),this._offset+=t.byteLength>>2,0!=(3&t.byteLength)&&this._offset++}}class _{constructor(){this._buffer=new ArrayBuffer(0),this._i32View=new Int32Array(this._buffer),this._f32View=new Float32Array(this._buffer),this._f64View=new Float64Array(this._buffer),this._u8View=new Uint8Array(this._buffer),this._u16View=new Uint16Array(this._buffer),this._u32View=new Uint32Array(this._buffer),this._offset=0,this._length=0,this._startOffset=-1,this._processor={int:()=>this._i32View[this._startOffset++],bool:()=>1===this._i32View[this._startOffset++],type:()=>this._i32View[this._startOffset++],float:()=>this._f32View[this._startOffset++],timestamp:()=>{this._startOffset%2==1&&this._startOffset++;let e=this._f64View[this._startOffset/2];return this._startOffset+=2,e},string:()=>{let e=this._i32View[this._startOffset++],t=(new TextDecoder).decode(new Uint8Array(this._buffer,4*this._startOffset,e));return this._startOffset+=e>>2,0!=(3&e)&&this._startOffset++,t},dataWithLength:()=>{let e=this._i32View[this._startOffset++],t=new Uint8Array(e);return t.set(this._u8View.subarray(4*this._startOffset,4*this._startOffset+e)),this._startOffset+=t.byteLength>>2,0!=(3&t.byteLength)&&this._startOffset++,t.buffer},floatArray:()=>{let e=this._i32View[this._startOffset++],t=new Float32Array(e);return t.set(this._f32View.subarray(this._startOffset,this._startOffset+e)),this._startOffset+=e,t},matrix4x4:()=>{let e=this._i32View[this._startOffset++],t=new Float32Array(e);return t.set(this._f32View.subarray(this._startOffset,this._startOffset+16)),this._startOffset+=e,t},matrix3x3:()=>{let e=this._i32View[this._startOffset++],t=new Float32Array(e);return t.set(this._f32View.subarray(this._startOffset,this._startOffset+9)),this._startOffset+=e,t},identityCoefficients:()=>{let e=this._i32View[this._startOffset++],t=new Float32Array(e);return t.set(this._f32View.subarray(this._startOffset,this._startOffset+50)),this._startOffset+=e,t},expressionCoefficients:()=>{let e=this._i32View[this._startOffset++],t=new Float32Array(e);return t.set(this._f32View.subarray(this._startOffset,this._startOffset+29)),this._startOffset+=e,t},cameraModel:()=>{let e=this._i32View[this._startOffset++],t=new Float32Array(e);return t.set(this._f32View.subarray(this._startOffset,this._startOffset+6)),this._startOffset+=e,t},barcodeFormat:()=>this._i32View[this._startOffset++],faceLandmarkName:()=>this._i32View[this._startOffset++],instantTrackerTransformOrientation:()=>this._i32View[this._startOffset++],logLevel:()=>this._i32View[this._startOffset++]}}setData(e){this._buffer=e,this._i32View=new Int32Array(this._buffer),this._f32View=new Float32Array(this._buffer),this._f64View=new Float64Array(this._buffer),this._u8View=new Uint8Array(this._buffer),this._u16View=new Uint16Array(this._buffer),this._u32View=new Uint32Array(this._buffer),this._offset=0,this._length=0,e.byteLength>=4&&(this._offset=1,this._length=this._i32View[0]),this._startOffset=-1}hasMessage(){return this._offset+1<this._length}forMessages(e){for(;this.hasMessage();){let t=this._i32View[this._offset],r=this._i32View[this._offset+1];this._startOffset=this._offset+2,this._offset+=t,e(r,this._processor)}}}class n{constructor(e,t){this._impl=e,this._sender=t,this._deserializer=new _,this.serializersByPipelineId=new Map,this._pipeline_id_by_pipeline_id=new Map,this._pipeline_by_instance=new Map,this._pipeline_id_by_camera_source_id=new Map,this._camera_source_by_instance=new Map,this._pipeline_id_by_sequence_source_id=new Map,this._sequence_source_by_instance=new Map,this._pipeline_id_by_image_tracker_id=new Map,this._image_tracker_by_instance=new Map,this._pipeline_id_by_face_tracker_id=new Map,this._face_tracker_by_instance=new Map,this._pipeline_id_by_face_mesh_id=new Map,this._face_mesh_by_instance=new Map,this._pipeline_id_by_face_landmark_id=new Map,this._face_landmark_by_instance=new Map,this._pipeline_id_by_barcode_finder_id=new Map,this._barcode_finder_by_instance=new Map,this._pipeline_id_by_instant_world_tracker_id=new Map,this._instant_world_tracker_by_instance=new Map,this._pipeline_id_by_zapcode_tracker_id=new Map,this._zapcode_tracker_by_instance=new Map,this._pipeline_id_by_world_tracker_id=new Map,this._world_tracker_by_instance=new Map}processBuffer(e){this._deserializer.setData(e),this._deserializer.forMessages(((e,t)=>{switch(e){case 38:this._impl.log_level_set(t.logLevel());break;case 35:this._impl.analytics_project_id_set(t.string(),t.string());break;case 31:{let e=t.type(),r=this._impl.pipeline_create();this._pipeline_by_instance.set(e,r),this._pipeline_id_by_pipeline_id.set(e,e),this.serializersByPipelineId.set(e,new i((t=>{this._sender(e,t)})));break}case 32:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_destroy(r),this._pipeline_by_instance.delete(e);break}case 9:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_frame_update(r);break}case 8:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_camera_frame_submit(r,t.dataWithLength(),t.int(),t.int(),t.int(),t.matrix4x4(),t.cameraModel(),t.bool());break}case 10:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_motion_accelerometer_submit(r,t.timestamp(),t.float(),t.float(),t.float());break}case 12:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_motion_accelerometer_with_gravity_submit_int(r,t.timestamp(),t.timestamp(),t.float(),t.float(),t.float());break}case 11:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_motion_accelerometer_without_gravity_submit_int(r,t.timestamp(),t.timestamp(),t.float(),t.float(),t.float());break}case 15:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_motion_rotation_rate_submit(r,t.timestamp(),t.float(),t.float(),t.float());break}case 13:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_motion_rotation_rate_submit_int(r,t.timestamp(),t.timestamp(),t.float(),t.float(),t.float());break}case 16:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_motion_attitude_submit(r,t.timestamp(),t.float(),t.float(),t.float());break}case 14:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_motion_attitude_submit_int(r,t.timestamp(),t.timestamp(),t.float(),t.float(),t.float());break}case 17:{let e=t.type(),r=this._pipeline_by_instance.get(e);if(void 0===r)return;this._impl.pipeline_motion_attitude_matrix_submit(r,t.matrix4x4());break}case 33:{let e=t.type(),r=t.type(),a=this._pipeline_by_instance.get(r),i=t.string(),_=this._impl.camera_source_create(a,i);this._camera_source_by_instance.set(e,_),this._pipeline_id_by_camera_source_id.set(e,r);break}case 34:{let e=t.type(),r=this._camera_source_by_instance.get(e);if(void 0===r)return;this._impl.camera_source_destroy(r),this._camera_source_by_instance.delete(e);break}case 39:{let e=t.type(),r=t.type(),a=this._pipeline_by_instance.get(r),i=this._impl.sequence_source_create(a);this._sequence_source_by_instance.set(e,i),this._pipeline_id_by_sequence_source_id.set(e,r);break}case 40:{let e=t.type(),r=this._sequence_source_by_instance.get(e);if(void 0===r)return;this._impl.sequence_source_destroy(r),this._sequence_source_by_instance.delete(e);break}case 2:{let e=t.type(),r=t.type(),a=this._pipeline_by_instance.get(r),i=this._impl.image_tracker_create(a);this._image_tracker_by_instance.set(e,i),this._pipeline_id_by_image_tracker_id.set(e,r);break}case 18:{let e=t.type(),r=this._image_tracker_by_instance.get(e);if(void 0===r)return;this._impl.image_tracker_destroy(r),this._image_tracker_by_instance.delete(e);break}case 4:{let e=t.type(),r=this._image_tracker_by_instance.get(e);if(void 0===r)return;this._impl.image_tracker_target_load_from_memory(r,t.dataWithLength());break}case 3:{let e=t.type(),r=this._image_tracker_by_instance.get(e);if(void 0===r)return;this._impl.image_tracker_enabled_set(r,t.bool());break}case 24:{let e=t.type(),r=t.type(),a=this._pipeline_by_instance.get(r),i=this._impl.face_tracker_create(a);this._face_tracker_by_instance.set(e,i),this._pipeline_id_by_face_tracker_id.set(e,r);break}case 25:{let e=t.type(),r=this._face_tracker_by_instance.get(e);if(void 0===r)return;this._impl.face_tracker_destroy(r),this._face_tracker_by_instance.delete(e);break}case 26:{let e=t.type(),r=this._face_tracker_by_instance.get(e);if(void 0===r)return;this._impl.face_tracker_model_load_from_memory(r,t.dataWithLength());break}case 27:{let e=t.type(),r=this._face_tracker_by_instance.get(e);if(void 0===r)return;this._impl.face_tracker_enabled_set(r,t.bool());break}case 28:{let e=t.type(),r=this._face_tracker_by_instance.get(e);if(void 0===r)return;this._impl.face_tracker_max_faces_set(r,t.int());break}case 29:{let e=t.type(),r=this._impl.face_mesh_create();this._face_mesh_by_instance.set(e,r);break}case 30:{let e=t.type(),r=this._face_mesh_by_instance.get(e);if(void 0===r)return;this._impl.face_mesh_destroy(r),this._face_mesh_by_instance.delete(e);break}case 36:{let e=t.type(),r=t.faceLandmarkName(),a=this._impl.face_landmark_create(r);this._face_landmark_by_instance.set(e,a);break}case 37:{let e=t.type(),r=this._face_landmark_by_instance.get(e);if(void 0===r)return;this._impl.face_landmark_destroy(r),this._face_landmark_by_instance.delete(e);break}case 20:{let e=t.type(),r=t.type(),a=this._pipeline_by_instance.get(r),i=this._impl.barcode_finder_create(a);this._barcode_finder_by_instance.set(e,i),this._pipeline_id_by_barcode_finder_id.set(e,r);break}case 21:{let e=t.type(),r=this._barcode_finder_by_instance.get(e);if(void 0===r)return;this._impl.barcode_finder_destroy(r),this._barcode_finder_by_instance.delete(e);break}case 22:{let e=t.type(),r=this._barcode_finder_by_instance.get(e);if(void 0===r)return;this._impl.barcode_finder_enabled_set(r,t.bool());break}case 23:{let e=t.type(),r=this._barcode_finder_by_instance.get(e);if(void 0===r)return;this._impl.barcode_finder_formats_set(r,t.barcodeFormat());break}case 5:{let e=t.type(),r=t.type(),a=this._pipeline_by_instance.get(r),i=this._impl.instant_world_tracker_create(a);this._instant_world_tracker_by_instance.set(e,i),this._pipeline_id_by_instant_world_tracker_id.set(e,r);break}case 19:{let e=t.type(),r=this._instant_world_tracker_by_instance.get(e);if(void 0===r)return;this._impl.instant_world_tracker_destroy(r),this._instant_world_tracker_by_instance.delete(e);break}case 6:{let e=t.type(),r=this._instant_world_tracker_by_instance.get(e);if(void 0===r)return;this._impl.instant_world_tracker_enabled_set(r,t.bool());break}case 7:{let e=t.type(),r=this._instant_world_tracker_by_instance.get(e);if(void 0===r)return;this._impl.instant_world_tracker_anchor_pose_set_from_camera_offset_raw(r,t.float(),t.float(),t.float(),t.instantTrackerTransformOrientation());break}case 41:{let e=t.type(),r=t.type(),a=this._pipeline_by_instance.get(r),i=this._impl.zapcode_tracker_create(a);this._zapcode_tracker_by_instance.set(e,i),this._pipeline_id_by_zapcode_tracker_id.set(e,r);break}case 44:{let e=t.type(),r=this._zapcode_tracker_by_instance.get(e);if(void 0===r)return;this._impl.zapcode_tracker_destroy(r),this._zapcode_tracker_by_instance.delete(e);break}case 43:{let e=t.type(),r=this._zapcode_tracker_by_instance.get(e);if(void 0===r)return;this._impl.zapcode_tracker_target_load_from_memory(r,t.dataWithLength());break}case 42:{let e=t.type(),r=this._zapcode_tracker_by_instance.get(e);if(void 0===r)return;this._impl.zapcode_tracker_enabled_set(r,t.bool());break}case 45:{let e=t.type(),r=t.type(),a=this._pipeline_by_instance.get(r),i=this._impl.world_tracker_create(a);this._world_tracker_by_instance.set(e,i),this._pipeline_id_by_world_tracker_id.set(e,r);break}case 46:{let e=t.type(),r=this._world_tracker_by_instance.get(e);if(void 0===r)return;this._impl.world_tracker_destroy(r),this._world_tracker_by_instance.delete(e);break}case 47:{let e=t.type(),r=this._world_tracker_by_instance.get(e);if(void 0===r)return;this._impl.world_tracker_enabled_set(r,t.bool());break}case 48:{let e=t.type(),r=this._world_tracker_by_instance.get(e);if(void 0===r)return;this._impl.world_tracker_reset(r);break}case 49:{let e=t.type(),r=this._world_tracker_by_instance.get(e);if(void 0===r)return;this._impl.world_tracker_tracks_data_enabled_set(r,t.bool());break}case 50:{let e=t.type(),r=this._world_tracker_by_instance.get(e);if(void 0===r)return;this._impl.world_tracker_projections_data_enabled_set(r,t.bool());break}}}))}exploreState(){for(let[e,t]of this._pipeline_by_instance){let r=this._pipeline_id_by_pipeline_id.get(e);if(!r)continue;let a=this.serializersByPipelineId.get(r);a&&(a.sendMessage(7,(r=>{r.type(e),r.int(this._impl.pipeline_frame_number(t))})),a.sendMessage(6,(r=>{r.type(e),r.cameraModel(this._impl.pipeline_camera_model(t))})),a.sendMessage(5,(r=>{r.type(e),r.int(this._impl.pipeline_camera_frame_user_data(t))})),a.sendMessage(11,(r=>{r.type(e),r.matrix4x4(this._impl.pipeline_camera_frame_camera_attitude(t))})),a.sendMessage(12,(r=>{r.type(e),r.matrix4x4(this._impl.pipeline_camera_frame_device_attitude(t))})))}for(let[e,t]of this._camera_source_by_instance){let t=this._pipeline_id_by_camera_source_id.get(e);t&&this.serializersByPipelineId.get(t)}for(let[e,t]of this._sequence_source_by_instance){let t=this._pipeline_id_by_sequence_source_id.get(e);t&&this.serializersByPipelineId.get(t)}for(let[e,t]of this._image_tracker_by_instance){let r=this._pipeline_id_by_image_tracker_id.get(e);if(!r)continue;let a=this.serializersByPipelineId.get(r);if(a){a.sendMessage(19,(r=>{r.type(e),r.int(this._impl.image_tracker_target_loaded_version(t))})),a.sendMessage(1,(r=>{r.type(e),r.int(this._impl.image_tracker_anchor_count(t))}));for(let r=0;r<this._impl.image_tracker_anchor_count(t);r++)a.sendMessage(2,(a=>{a.type(e),a.int(r),a.string(this._impl.image_tracker_anchor_id(t,r))}));for(let r=0;r<this._impl.image_tracker_anchor_count(t);r++)a.sendMessage(3,(a=>{a.type(e),a.int(r),a.matrix4x4(this._impl.image_tracker_anchor_pose_raw(t,r))}))}}for(let[e,t]of this._face_tracker_by_instance){let r=this._pipeline_id_by_face_tracker_id.get(e);if(!r)continue;let a=this.serializersByPipelineId.get(r);if(a){a.sendMessage(18,(r=>{r.type(e),r.int(this._impl.face_tracker_model_loaded_version(t))})),a.sendMessage(13,(r=>{r.type(e),r.int(this._impl.face_tracker_anchor_count(t))}));for(let r=0;r<this._impl.face_tracker_anchor_count(t);r++)a.sendMessage(14,(a=>{a.type(e),a.int(r),a.string(this._impl.face_tracker_anchor_id(t,r))}));for(let r=0;r<this._impl.face_tracker_anchor_count(t);r++)a.sendMessage(15,(a=>{a.type(e),a.int(r),a.matrix4x4(this._impl.face_tracker_anchor_pose_raw(t,r))}));for(let r=0;r<this._impl.face_tracker_anchor_count(t);r++)a.sendMessage(16,(a=>{a.type(e),a.int(r),a.identityCoefficients(this._impl.face_tracker_anchor_identity_coefficients(t,r))}));for(let r=0;r<this._impl.face_tracker_anchor_count(t);r++)a.sendMessage(17,(a=>{a.type(e),a.int(r),a.expressionCoefficients(this._impl.face_tracker_anchor_expression_coefficients(t,r))}))}}for(let[e,t]of this._face_mesh_by_instance){let t=this._pipeline_id_by_face_mesh_id.get(e);t&&this.serializersByPipelineId.get(t)}for(let[e,t]of this._face_landmark_by_instance){let t=this._pipeline_id_by_face_landmark_id.get(e);t&&this.serializersByPipelineId.get(t)}for(let[e,t]of this._barcode_finder_by_instance){let r=this._pipeline_id_by_barcode_finder_id.get(e);if(!r)continue;let a=this.serializersByPipelineId.get(r);if(a){a.sendMessage(8,(r=>{r.type(e),r.int(this._impl.barcode_finder_found_number(t))}));for(let r=0;r<this._impl.barcode_finder_found_number(t);r++)a.sendMessage(9,(a=>{a.type(e),a.int(r),a.string(this._impl.barcode_finder_found_text(t,r))}));for(let r=0;r<this._impl.barcode_finder_found_number(t);r++)a.sendMessage(10,(a=>{a.type(e),a.int(r),a.barcodeFormat(this._impl.barcode_finder_found_format(t,r))}))}}for(let[e,t]of this._instant_world_tracker_by_instance){let r=this._pipeline_id_by_instant_world_tracker_id.get(e);if(!r)continue;let a=this.serializersByPipelineId.get(r);a&&a.sendMessage(4,(r=>{r.type(e),r.matrix4x4(this._impl.instant_world_tracker_anchor_pose_raw(t))}))}for(let[e,t]of this._zapcode_tracker_by_instance){let r=this._pipeline_id_by_zapcode_tracker_id.get(e);if(!r)continue;let a=this.serializersByPipelineId.get(r);if(a){a.sendMessage(24,(r=>{r.type(e),r.int(this._impl.zapcode_tracker_target_loaded_version(t))})),a.sendMessage(21,(r=>{r.type(e),r.int(this._impl.zapcode_tracker_anchor_count(t))}));for(let r=0;r<this._impl.zapcode_tracker_anchor_count(t);r++)a.sendMessage(22,(a=>{a.type(e),a.int(r),a.string(this._impl.zapcode_tracker_anchor_id(t,r))}));for(let r=0;r<this._impl.zapcode_tracker_anchor_count(t);r++)a.sendMessage(23,(a=>{a.type(e),a.int(r),a.matrix4x4(this._impl.zapcode_tracker_anchor_pose_raw(t,r))}))}}for(let[e,t]of this._world_tracker_by_instance){let r=this._pipeline_id_by_world_tracker_id.get(e);if(!r)continue;let a=this.serializersByPipelineId.get(r);if(a){a.sendMessage(31,(r=>{r.type(e),r.int(this._impl.world_tracker_quality(t))})),a.sendMessage(25,(r=>{r.type(e),r.int(this._impl.world_tracker_plane_count(t))}));for(let r=0;r<this._impl.world_tracker_plane_count(t);r++)a.sendMessage(26,(a=>{a.type(e),a.int(r),a.matrix4x4(this._impl.world_tracker_plane_pose_raw(t,r))}));a.sendMessage(27,(r=>{r.type(e),r.bool(this._impl.world_tracker_world_anchor_valid(t))})),a.sendMessage(28,(r=>{r.type(e),r.matrix4x4(this._impl.world_tracker_world_anchor_pose_raw(t))})),a.sendMessage(27,(r=>{r.type(e),r.bool(this._impl.world_tracker_ground_anchor_valid(t))})),a.sendMessage(30,(r=>{r.type(e),r.matrix4x4(this._impl.world_tracker_ground_anchor_pose_raw(t))})),a.sendMessage(34,(r=>{r.type(e),r.int(this._impl.world_tracker_tracks_data_size(t))})),a.sendMessage(33,(r=>{r.type(e),r.floatArray(this._impl.world_tracker_tracks_data(t))})),a.sendMessage(37,(r=>{r.type(e),r.int(this._impl.world_tracker_projections_data_size(t))})),a.sendMessage(36,(r=>{r.type(e),r.floatArray(this._impl.world_tracker_projections_data(t))}))}}}}class s{constructor(){this._funcs=[]}bind(e){this._funcs.push(e)}unbind(e){let t=this._funcs.indexOf(e);t>-1&&this._funcs.splice(t,1)}emit(){for(var e=0,t=this._funcs.length;e<t;e++)this._funcs[e]()}}class o{constructor(){this._funcs=[]}bind(e){this._funcs.push(e)}unbind(e){let t=this._funcs.indexOf(e);t>-1&&this._funcs.splice(t,1)}emit(e){for(var t=0,r=this._funcs.length;t<r;t++)this._funcs[t](e)}}var c,l,f,p,u,d,h,m,b=r(975);!function(e){e[e.UNKNOWN=131072]="UNKNOWN",e[e.AZTEC=1]="AZTEC",e[e.CODABAR=2]="CODABAR",e[e.CODE_39=4]="CODE_39",e[e.CODE_93=8]="CODE_93",e[e.CODE_128=16]="CODE_128",e[e.DATA_MATRIX=32]="DATA_MATRIX",e[e.EAN_8=64]="EAN_8",e[e.EAN_13=128]="EAN_13",e[e.ITF=256]="ITF",e[e.MAXICODE=512]="MAXICODE",e[e.PDF_417=1024]="PDF_417",e[e.QR_CODE=2048]="QR_CODE",e[e.RSS_14=4096]="RSS_14",e[e.RSS_EXPANDED=8192]="RSS_EXPANDED",e[e.UPC_A=16384]="UPC_A",e[e.UPC_E=32768]="UPC_E",e[e.UPC_EAN_EXTENSION=65536]="UPC_EAN_EXTENSION",e[e.ALL=131071]="ALL"}(c||(c={})),function(e){e[e.EYE_LEFT=0]="EYE_LEFT",e[e.EYE_RIGHT=1]="EYE_RIGHT",e[e.EAR_LEFT=2]="EAR_LEFT",e[e.EAR_RIGHT=3]="EAR_RIGHT",e[e.NOSE_BRIDGE=4]="NOSE_BRIDGE",e[e.NOSE_TIP=5]="NOSE_TIP",e[e.NOSE_BASE=6]="NOSE_BASE",e[e.LIP_TOP=7]="LIP_TOP",e[e.LIP_BOTTOM=8]="LIP_BOTTOM",e[e.MOUTH_CENTER=9]="MOUTH_CENTER",e[e.CHIN=10]="CHIN",e[e.EYEBROW_LEFT=11]="EYEBROW_LEFT",e[e.EYEBROW_RIGHT=12]="EYEBROW_RIGHT"}(l||(l={})),function(e){e[e.WORLD=3]="WORLD",e[e.MINUS_Z_AWAY_FROM_USER=4]="MINUS_Z_AWAY_FROM_USER",e[e.MINUS_Z_HEADING=5]="MINUS_Z_HEADING",e[e.UNCHANGED=6]="UNCHANGED"}(f||(f={})),function(e){e[e.LOG_LEVEL_NONE=0]="LOG_LEVEL_NONE",e[e.LOG_LEVEL_ERROR=1]="LOG_LEVEL_ERROR",e[e.LOG_LEVEL_WARNING=2]="LOG_LEVEL_WARNING",e[e.LOG_LEVEL_VERBOSE=3]="LOG_LEVEL_VERBOSE"}(p||(p={})),function(e){e[e.FRAME_PIXEL_FORMAT_I420=0]="FRAME_PIXEL_FORMAT_I420",e[e.FRAME_PIXEL_FORMAT_I420A=1]="FRAME_PIXEL_FORMAT_I420A",e[e.FRAME_PIXEL_FORMAT_I422=2]="FRAME_PIXEL_FORMAT_I422",e[e.FRAME_PIXEL_FORMAT_I444=3]="FRAME_PIXEL_FORMAT_I444",e[e.FRAME_PIXEL_FORMAT_NV12=4]="FRAME_PIXEL_FORMAT_NV12",e[e.FRAME_PIXEL_FORMAT_RGBA=5]="FRAME_PIXEL_FORMAT_RGBA",e[e.FRAME_PIXEL_FORMAT_BGRA=6]="FRAME_PIXEL_FORMAT_BGRA",e[e.FRAME_PIXEL_FORMAT_Y=7]="FRAME_PIXEL_FORMAT_Y"}(u||(u={})),function(e){e[e.IMAGE_TRACKER_TYPE_PLANAR=0]="IMAGE_TRACKER_TYPE_PLANAR",e[e.IMAGE_TRACKER_TYPE_CYLINDRICAL=1]="IMAGE_TRACKER_TYPE_CYLINDRICAL",e[e.IMAGE_TRACKER_TYPE_CONICAL=2]="IMAGE_TRACKER_TYPE_CONICAL"}(d||(d={})),function(e){e[e.WORLD_TRACKER_QUALITY_INITIALIZING=0]="WORLD_TRACKER_QUALITY_INITIALIZING",e[e.WORLD_TRACKER_QUALITY_GOOD=1]="WORLD_TRACKER_QUALITY_GOOD",e[e.WORLD_TRACKER_QUALITY_ORIENTATION_ONLY=2]="WORLD_TRACKER_QUALITY_ORIENTATION_ONLY"}(h||(h={})),function(e){e[e.DEFAULT=0]="DEFAULT",e[e.HIGH=1]="HIGH"}(m||(m={}));const w=new Map;class g{constructor(e){this._gl=e,this._viewports=[],this._underlyingViewport=this._gl.viewport,this._viewports.push(this._gl.getParameter(this._gl.VIEWPORT)),this._gl.viewport=(e,t,r,a)=>{this._viewports[this._viewports.length-1]=[e,t,r,a],this._underlyingViewport.call(this._gl,e,t,r,a)}}static get(e){let t=w.get(e);return t||(t=new g(e),w.set(e,t)),t}push(){this._viewports.push(this._viewports[this._viewports.length-1])}pop(){const e=this._viewports.pop(),t=this._viewports[this._viewports.length-1];e&&e[0]===t[0]&&e[1]===t[1]&&e[2]===t[2]&&e[3]===t[3]||this._underlyingViewport.call(this._gl,t[0],t[1],t[2],t[3])}}var y,A=r(238);!function(e){e[e.OBJECT_URL=0]="OBJECT_URL",e[e.SRC_OBJECT=1]="SRC_OBJECT"}(y||(y={}));let E={deviceMotionMutliplier:-1,blacklisted:!1,showGyroPermissionsWarningIfNecessary:!1,showSafariPermissionsResetIfNecessary:!1,requestHighFrameRate:!1,videoWidth:640,videoHeight:480,getDataSize:e=>e===m.HIGH?[640,480]:[320,240],videoElementInDOM:!1,preferMediaStreamTrackProcessorCamera:!0,preferImageBitmapCamera:!1,ios164CameraSelection:!1,relyOnConstraintsForCameraSelection:!1,forceWindowOrientation:!1,intervalMultiplier:1,trustSensorIntervals:!1};"undefined"!=typeof window&&(window.zeeProfile=E,window.location.href.indexOf("_mstppipeline")>=0&&(console.log("Configuring for MSTP camera pipeline (if supported)"),E.preferMediaStreamTrackProcessorCamera=!0),window.location.href.indexOf("_imagebitmappipeline")>=0&&(console.log("Configuring for ImageBitmap camera pipeline (if supported)"),E.preferImageBitmapCamera=!0));let T=new A.UAParser,R=(T.getOS().name||"unknown").toLowerCase(),k=(T.getEngine().name||"unknown").toLowerCase();function v(e){E.forceWindowOrientation=!0,E.preferMediaStreamTrackProcessorCamera=!1,E.intervalMultiplier=1e3,E.trustSensorIntervals=!0;let t=e.split(".");if(t.length>=2){const e=parseInt(t[0]),r=parseInt(t[1]);(e<11||11===e&&r<3)&&(E.blacklisted=!0),(e<12||12===e&&r<2)&&(E.videoElementInDOM=!0),(12===e&&r>=2||e>=13)&&(E.showGyroPermissionsWarningIfNecessary=!0),e>=13&&(E.showSafariPermissionsResetIfNecessary=!0),(e>=12&&r>1||e>=13)&&navigator.mediaDevices&&navigator.mediaDevices.getSupportedConstraints&&navigator.mediaDevices.getSupportedConstraints().frameRate&&(E.requestHighFrameRate=!0,e<14&&(E.videoHeight=360,E.getDataSize=e=>e===m.HIGH?[640,360]:[320,180])),16===e&&r>=4&&(E.ios164CameraSelection=!0),e>=17&&(E.relyOnConstraintsForCameraSelection=!0)}}function x(e,t,r){let a=e.createShader(t);if(!a)throw new Error("Unable to create shader");e.shaderSource(a,r),e.compileShader(a);let i=e.getShaderInfoLog(a);if(i&&i.trim().length>0)throw new Error("Shader compile error: "+i);return a}"webkit"===k&&"ios"!==R&&(E.deviceMotionMutliplier=1,"undefined"!=typeof window&&void 0!==window.orientation&&v("15.0")),"webkit"===k&&"ios"===R&&(E.deviceMotionMutliplier=1,v(T.getOS().version||"15.0"));class L{constructor(e){this._gl=e,this._isPaused=!0,this._hadFrames=!1,this._isUserFacing=!1,this._cameraToScreenRotation=0,this._isUploadFrame=!0,this._computedTransformRotation=-1,this._computedFrontCameraRotation=!1,this._cameraUvTransform=b.Ue(),this._framebufferWidth=0,this._framebufferHeight=0,this._framebufferId=null,this._renderTexture=null,this._isWebGL2=!1,this._isWebGL2=e.getParameter(e.VERSION).indexOf("WebGL 2")>=0,this._isWebGL2||(this._instancedArraysExtension=this._gl.getExtension("ANGLE_instanced_arrays"))}resetGLContext(){this._framebufferId=null,this._renderTexture=null,this._vertexBuffer=void 0,this._indexBuffer=void 0,this._greyscaleShader=void 0}destroy(){this.resetGLContext()}uploadFrame(e,t,r,a,i){let _=this._gl;const n=g.get(_);n.push();const s=_.isEnabled(_.SCISSOR_TEST),o=_.isEnabled(_.DEPTH_TEST),c=_.isEnabled(_.BLEND),l=_.isEnabled(_.CULL_FACE),f=_.isEnabled(_.STENCIL_TEST),p=_.getParameter(_.ACTIVE_TEXTURE),u=_.getParameter(_.UNPACK_FLIP_Y_WEBGL),d=_.getParameter(_.CURRENT_PROGRAM);_.activeTexture(_.TEXTURE0);const h=_.getParameter(_.TEXTURE_BINDING_2D),m=_.getParameter(_.FRAMEBUFFER_BINDING),b=_.getParameter(_.ARRAY_BUFFER_BINDING),w=_.getParameter(_.ELEMENT_ARRAY_BUFFER_BINDING);_.disable(_.SCISSOR_TEST),_.disable(_.DEPTH_TEST),_.disable(_.BLEND),_.disable(_.CULL_FACE),_.disable(_.STENCIL_TEST),_.pixelStorei(_.UNPACK_FLIP_Y_WEBGL,!1),_.bindTexture(_.TEXTURE_2D,e);const y=_.RGBA,A=_.RGBA,T=_.UNSIGNED_BYTE;_.texImage2D(_.TEXTURE_2D,0,y,A,T,t);let R=0,k=0;"undefined"!=typeof HTMLVideoElement&&t instanceof HTMLVideoElement?(R=t.videoWidth,k=t.videoHeight):(R=t.width,k=t.height),k>R&&(k=[R,R=k][0]),this._updateTransforms(r,a);const[v,x]=E.getDataSize(i);let L=this._getFramebuffer(_,v/4,x),I=this._getVertexBuffer(_),F=this._getIndexBuffer(_),O=this._getGreyscaleShader(_);const M=_.getVertexAttrib(O.aVertexPositionLoc,_.VERTEX_ATTRIB_ARRAY_SIZE),P=_.getVertexAttrib(O.aVertexPositionLoc,_.VERTEX_ATTRIB_ARRAY_TYPE),z=_.getVertexAttrib(O.aVertexPositionLoc,_.VERTEX_ATTRIB_ARRAY_NORMALIZED),B=_.getVertexAttrib(O.aVertexPositionLoc,_.VERTEX_ATTRIB_ARRAY_STRIDE),V=_.getVertexAttribOffset(O.aVertexPositionLoc,_.VERTEX_ATTRIB_ARRAY_POINTER),C=_.getVertexAttrib(O.aVertexPositionLoc,_.VERTEX_ATTRIB_ARRAY_ENABLED),U=_.getVertexAttrib(O.aVertexPositionLoc,_.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING),S=_.getVertexAttrib(O.aTextureCoordLoc,_.VERTEX_ATTRIB_ARRAY_SIZE),N=_.getVertexAttrib(O.aTextureCoordLoc,_.VERTEX_ATTRIB_ARRAY_TYPE),D=_.getVertexAttrib(O.aTextureCoordLoc,_.VERTEX_ATTRIB_ARRAY_NORMALIZED),G=_.getVertexAttrib(O.aTextureCoordLoc,_.VERTEX_ATTRIB_ARRAY_STRIDE),X=_.getVertexAttribOffset(O.aTextureCoordLoc,_.VERTEX_ATTRIB_ARRAY_POINTER),H=_.getVertexAttrib(O.aTextureCoordLoc,_.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING),W=_.getVertexAttrib(O.aTextureCoordLoc,_.VERTEX_ATTRIB_ARRAY_ENABLED);let Y=0,j=0;this._isWebGL2?(Y=_.getVertexAttrib(O.aVertexPositionLoc,_.VERTEX_ATTRIB_ARRAY_DIVISOR),j=_.getVertexAttrib(O.aTextureCoordLoc,_.VERTEX_ATTRIB_ARRAY_DIVISOR),_.vertexAttribDivisor(O.aVertexPositionLoc,0),_.vertexAttribDivisor(O.aTextureCoordLoc,0)):this._instancedArraysExtension&&(Y=_.getVertexAttrib(O.aVertexPositionLoc,this._instancedArraysExtension.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE),j=_.getVertexAttrib(O.aTextureCoordLoc,this._instancedArraysExtension.VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE),this._instancedArraysExtension.vertexAttribDivisorANGLE(O.aVertexPositionLoc,0),this._instancedArraysExtension.vertexAttribDivisorANGLE(O.aTextureCoordLoc,0)),_.bindFramebuffer(_.FRAMEBUFFER,L),_.viewport(0,0,this._framebufferWidth,this._framebufferHeight),_.clear(_.COLOR_BUFFER_BIT),_.bindBuffer(_.ARRAY_BUFFER,I),_.vertexAttribPointer(O.aVertexPositionLoc,2,_.FLOAT,!1,16,0),_.enableVertexAttribArray(O.aVertexPositionLoc),_.vertexAttribPointer(O.aTextureCoordLoc,2,_.FLOAT,!1,16,8),_.enableVertexAttribArray(O.aTextureCoordLoc),_.bindBuffer(_.ELEMENT_ARRAY_BUFFER,F),_.useProgram(O.program),_.uniform1f(O.uTexWidthLoc,v),_.uniformMatrix4fv(O.uUvTransformLoc,!1,this._cameraUvTransform),_.activeTexture(_.TEXTURE0),_.bindTexture(_.TEXTURE_2D,e),_.uniform1i(O.uSamplerLoc,0),_.drawElements(_.TRIANGLES,6,_.UNSIGNED_SHORT,0),_.bindBuffer(_.ARRAY_BUFFER,U),_.vertexAttribPointer(O.aVertexPositionLoc,M,P,z,B,V),_.bindBuffer(_.ARRAY_BUFFER,H),_.vertexAttribPointer(O.aTextureCoordLoc,S,N,D,G,X),_.bindBuffer(_.ARRAY_BUFFER,b),_.bindBuffer(_.ELEMENT_ARRAY_BUFFER,w),C||_.disableVertexAttribArray(O.aVertexPositionLoc),W||_.disableVertexAttribArray(O.aTextureCoordLoc),this._isWebGL2?(_.vertexAttribDivisor(O.aVertexPositionLoc,Y),_.vertexAttribDivisor(O.aTextureCoordLoc,j)):this._instancedArraysExtension&&(this._instancedArraysExtension.vertexAttribDivisorANGLE(O.aVertexPositionLoc,Y),this._instancedArraysExtension.vertexAttribDivisorANGLE(O.aTextureCoordLoc,j)),_.bindFramebuffer(_.FRAMEBUFFER,m),_.useProgram(d),_.bindTexture(_.TEXTURE_2D,h),_.activeTexture(p),_.pixelStorei(_.UNPACK_FLIP_Y_WEBGL,u),n.pop(),c&&_.enable(_.BLEND),l&&_.enable(_.CULL_FACE),o&&_.enable(_.DEPTH_TEST),s&&_.enable(_.SCISSOR_TEST),f&&_.enable(_.STENCIL_TEST)}readFrame(e,t,r){let a=this._gl,i=new Uint8Array(t);const _=a.getParameter(a.FRAMEBUFFER_BINDING),[n,s]=E.getDataSize(r);let o=this._getFramebuffer(a,n/4,s);return a.bindFramebuffer(a.FRAMEBUFFER,o),a.readPixels(0,0,this._framebufferWidth,this._framebufferHeight,a.RGBA,a.UNSIGNED_BYTE,i),a.bindFramebuffer(a.FRAMEBUFFER,_),{uvTransform:this._cameraUvTransform,data:t,texture:e,dataWidth:n,dataHeight:s,userFacing:this._computedFrontCameraRotation}}_updateTransforms(e,t){e==this._computedTransformRotation&&t==this._computedFrontCameraRotation||(this._computedTransformRotation=e,this._computedFrontCameraRotation=t,this._cameraUvTransform=this._getCameraUvTransform())}_getCameraUvTransform(){switch(this._computedTransformRotation){case 270:return new Float32Array([0,1,0,0,-1,0,0,0,0,0,1,0,1,0,0,1]);case 180:return new Float32Array([-1,0,0,0,0,-1,0,0,0,0,1,0,1,1,0,1]);case 90:return new Float32Array([0,-1,0,0,1,0,0,0,0,0,1,0,0,1,0,1])}return new Float32Array([1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1])}_getFramebuffer(e,t,r){if(this._framebufferWidth===t&&this._framebufferHeight===r&&this._framebufferId)return this._framebufferId;if(this._framebufferId&&(e.deleteFramebuffer(this._framebufferId),this._framebufferId=null),this._renderTexture&&(e.deleteTexture(this._renderTexture),this._renderTexture=null),this._framebufferId=e.createFramebuffer(),!this._framebufferId)throw new Error("Unable to create framebuffer");if(e.bindFramebuffer(e.FRAMEBUFFER,this._framebufferId),this._renderTexture=e.createTexture(),!this._renderTexture)throw new Error("Unable to create render texture");e.activeTexture(e.TEXTURE0);const a=e.getParameter(e.TEXTURE_BINDING_2D);e.bindTexture(e.TEXTURE_2D,this._renderTexture),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,t,r,0,e.RGBA,e.UNSIGNED_BYTE,null),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE),e.texParameterf(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.LINEAR),e.framebufferTexture2D(e.FRAMEBUFFER,e.COLOR_ATTACHMENT0,e.TEXTURE_2D,this._renderTexture,0);let i=e.checkFramebufferStatus(e.FRAMEBUFFER);if(i!==e.FRAMEBUFFER_COMPLETE)throw new Error("Framebuffer not complete: "+i.toString());return this._framebufferWidth=t,this._framebufferHeight=r,e.bindTexture(e.TEXTURE_2D,a),e.bindFramebuffer(e.FRAMEBUFFER,null),this._framebufferId}_getVertexBuffer(e){if(this._vertexBuffer)return this._vertexBuffer;if(this._vertexBuffer=e.createBuffer(),!this._vertexBuffer)throw new Error("Unable to create vertex buffer");e.bindBuffer(e.ARRAY_BUFFER,this._vertexBuffer);let t=new Float32Array([-1,-1,0,0,-1,1,0,1,1,1,1,1,1,-1,1,0]);return e.bufferData(e.ARRAY_BUFFER,t,e.STATIC_DRAW),this._vertexBuffer}_getIndexBuffer(e){if(this._indexBuffer)return this._indexBuffer;if(this._indexBuffer=e.createBuffer(),!this._indexBuffer)throw new Error("Unable to create index buffer");e.bindBuffer(e.ELEMENT_ARRAY_BUFFER,this._indexBuffer);let t=new Uint16Array([0,1,2,0,2,3]);return e.bufferData(e.ELEMENT_ARRAY_BUFFER,t,e.STATIC_DRAW),this._indexBuffer}_getGreyscaleShader(e){if(this._greyscaleShader)return this._greyscaleShader;let t=e.createProgram();if(!t)throw new Error("Unable to create program");let r=x(e,e.VERTEX_SHADER,P),a=x(e,e.FRAGMENT_SHADER,z);e.attachShader(t,r),e.attachShader(t,a),function(e,t){e.linkProgram(t);let r=e.getProgramInfoLog(t);if(r&&r.trim().length>0)throw new Error("Unable to link: "+r)}(e,t);let i=e.getUniformLocation(t,"uTexWidth");if(!i)throw new Error("Unable to get uniform location uTexWidth");let _=e.getUniformLocation(t,"uUvTransform");if(!_)throw new Error("Unable to get uniform location uUvTransform");let n=e.getUniformLocation(t,"uSampler");if(!n)throw new Error("Unable to get uniform location uSampler");return this._greyscaleShader={program:t,aVertexPositionLoc:e.getAttribLocation(t,"aVertexPosition"),aTextureCoordLoc:e.getAttribLocation(t,"aTextureCoord"),uTexWidthLoc:i,uUvTransformLoc:_,uSamplerLoc:n},this._greyscaleShader}}let I,F,O,M,P="\n attribute vec4 aVertexPosition;\n attribute vec2 aTextureCoord;\n\n varying highp vec2 vTextureCoord1;\n varying highp vec2 vTextureCoord2;\n varying highp vec2 vTextureCoord3;\n varying highp vec2 vTextureCoord4;\n\n uniform float uTexWidth;\n\tuniform mat4 uUvTransform;\n\n void main(void) {\n highp vec2 offset1 = vec2(1.5 / uTexWidth, 0);\n highp vec2 offset2 = vec2(0.5 / uTexWidth, 0);\n\n gl_Position = aVertexPosition;\n vTextureCoord1 = (uUvTransform * vec4(aTextureCoord - offset1, 0, 1)).xy;\n vTextureCoord2 = (uUvTransform * vec4(aTextureCoord - offset2, 0, 1)).xy;\n vTextureCoord3 = (uUvTransform * vec4(aTextureCoord + offset2, 0, 1)).xy;\n vTextureCoord4 = (uUvTransform * vec4(aTextureCoord + offset1, 0, 1)).xy;\n }\n",z="\n varying highp vec2 vTextureCoord1;\n varying highp vec2 vTextureCoord2;\n varying highp vec2 vTextureCoord3;\n varying highp vec2 vTextureCoord4;\n\n uniform sampler2D uSampler;\n\n const lowp vec3 colorWeights = vec3(77.0 / 256.0, 150.0 / 256.0, 29.0 / 256.0);\n\n void main(void) {\n lowp vec4 outpx;\n\n outpx.r = dot(colorWeights, texture2D(uSampler, vTextureCoord1).xyz);\n outpx.g = dot(colorWeights, texture2D(uSampler, vTextureCoord2).xyz);\n outpx.b = dot(colorWeights, texture2D(uSampler, vTextureCoord3).xyz);\n outpx.a = dot(colorWeights, texture2D(uSampler, vTextureCoord4).xyz);\n\n gl_FragColor = outpx;\n }\n";var B=r(604),V=function(e,t,r,a){return new(r||(r=Promise))((function(i,_){function n(e){try{o(a.next(e))}catch(e){_(e)}}function s(e){try{o(a.throw(e))}catch(e){_(e)}}function o(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(n,s)}o((a=a.apply(e,t||[])).next())}))};let C,U=new class{constructor(){this.onOutgoingMessage=new s,this.onIncomingMessage=new o,this._outgoingMessages=[]}postIncomingMessage(e){this.onIncomingMessage.emit(e)}postOutgoingMessage(e,t){this._outgoingMessages.push({msg:e,transferables:t}),this.onOutgoingMessage.emit()}getOutgoingMessages(){let e=this._outgoingMessages;return this._outgoingMessages=[],e}},S=0,N=!1;const D=new Map,G=new Map;function X(e,t,r){return V(this,void 0,void 0,(function*(){let i=a.Z({locateFile:(t,r)=>t.endsWith("zappar-cv.wasm")?e:r+t,instantiateWasm:(e,r)=>{const a=new WebAssembly.Instance(t,e);return r(a),a.exports},onRuntimeInitialized:()=>{let e=function(e){let t=e.cwrap("zappar_log_level","number",[]),r=e.cwrap("zappar_log_level_set",null,["number"]),a=e.cwrap("zappar_analytics_project_id_set",null,["string","string"]),i=e.cwrap("zappar_pipeline_create","number",[]),_=e.cwrap("zappar_pipeline_destroy",null,["number"]),n=e.cwrap("zappar_pipeline_camera_frame_data_raw","number",["number"]),s=e.cwrap("zappar_pipeline_camera_frame_data_raw_size","number",["number"]),o=e.cwrap("zappar_pipeline_camera_frame_data_raw_width","number",["number"]),c=e.cwrap("zappar_pipeline_camera_frame_data_raw_height","number",["number"]),l=e.cwrap("zappar_pipeline_frame_update",null,["number"]),f=e.cwrap("zappar_pipeline_frame_number","number",["number"]),p=e.cwrap("zappar_pipeline_camera_model","number",["number"]),u=e.cwrap("zappar_pipeline_camera_frame_user_data","number",["number"]),d=e.cwrap("zappar_pipeline_camera_frame_submit",null,["number","number","number","number","number","number","number","number","number"]),h=e.cwrap("zappar_pipeline_camera_frame_submit_raw_pointer",null,["number","number","number","number","number","number","number","number","number","number","number","number","number"]),m=e.cwrap("zappar_pipeline_camera_frame_camera_attitude","number",["number"]),b=e.cwrap("zappar_pipeline_camera_frame_device_attitude","number",["number"]),w=e.cwrap("zappar_pipeline_motion_accelerometer_submit",null,["number","number","number","number","number"]),g=e.cwrap("zappar_pipeline_motion_accelerometer_with_gravity_submit_int",null,["number","number","number","number","number","number"]),y=e.cwrap("zappar_pipeline_motion_accelerometer_without_gravity_submit_int",null,["number","number","number","number","number","number"]),A=e.cwrap("zappar_pipeline_motion_rotation_rate_submit",null,["number","number","number","number","number"]),E=e.cwrap("zappar_pipeline_motion_rotation_rate_submit_int",null,["number","number","number","number","number","number"]),T=e.cwrap("zappar_pipeline_motion_attitude_submit",null,["number","number","number","number","number"]),R=e.cwrap("zappar_pipeline_motion_attitude_submit_int",null,["number","number","number","number","number","number"]),k=e.cwrap("zappar_pipeline_motion_attitude_matrix_submit",null,["number","number"]),v=e.cwrap("zappar_camera_source_create","number",["number","string"]),x=e.cwrap("zappar_camera_source_destroy",null,["number"]),L=e.cwrap("zappar_sequence_source_create","number",["number"]),I=e.cwrap("zappar_sequence_source_destroy",null,["number"]),F=e.cwrap("zappar_image_tracker_create","number",["number"]),O=e.cwrap("zappar_image_tracker_destroy",null,["number"]),M=e.cwrap("zappar_image_tracker_target_load_from_memory",null,["number","number","number"]),P=e.cwrap("zappar_image_tracker_target_loaded_version","number",["number"]),z=e.cwrap("zappar_image_tracker_enabled","number",["number"]),B=e.cwrap("zappar_image_tracker_enabled_set",null,["number","number"]),V=e.cwrap("zappar_image_tracker_anchor_count","number",["number"]),C=e.cwrap("zappar_image_tracker_anchor_id","string",["number","number"]),U=e.cwrap("zappar_image_tracker_anchor_pose_raw","number",["number","number"]),S=e.cwrap("zappar_face_tracker_create","number",["number"]),N=e.cwrap("zappar_face_tracker_destroy",null,["number"]),D=e.cwrap("zappar_face_tracker_model_load_from_memory",null,["number","number","number"]),G=e.cwrap("zappar_face_tracker_model_loaded_version","number",["number"]),X=e.cwrap("zappar_face_tracker_enabled_set",null,["number","number"]),H=e.cwrap("zappar_face_tracker_enabled","number",["number"]),W=e.cwrap("zappar_face_tracker_max_faces_set",null,["number","number"]),Y=e.cwrap("zappar_face_tracker_max_faces","number",["number"]),j=e.cwrap("zappar_face_tracker_anchor_count","number",["number"]),q=e.cwrap("zappar_face_tracker_anchor_id","string",["number","number"]),K=e.cwrap("zappar_face_tracker_anchor_pose_raw","number",["number","number"]),Z=e.cwrap("zappar_face_tracker_anchor_identity_coefficients","number",["number","number"]),Q=e.cwrap("zappar_face_tracker_anchor_expression_coefficients","number",["number","number"]),J=e.cwrap("zappar_face_mesh_create","number",[]),$=e.cwrap("zappar_face_mesh_destroy",null,["number"]),ee=e.cwrap("zappar_face_landmark_create","number",["number"]),te=e.cwrap("zappar_face_landmark_destroy",null,["number"]),re=e.cwrap("zappar_barcode_finder_create","number",["number"]),ae=e.cwrap("zappar_barcode_finder_destroy",null,["number"]),ie=e.cwrap("zappar_barcode_finder_enabled_set",null,["number","number"]),_e=e.cwrap("zappar_barcode_finder_enabled","number",["number"]),ne=e.cwrap("zappar_barcode_finder_found_number","number",["number"]),se=e.cwrap("zappar_barcode_finder_found_text","string",["number","number"]),oe=e.cwrap("zappar_barcode_finder_found_format","number",["number","number"]),ce=e.cwrap("zappar_barcode_finder_formats","number",["number"]),le=e.cwrap("zappar_barcode_finder_formats_set",null,["number","number"]),fe=e.cwrap("zappar_instant_world_tracker_create","number",["number"]),pe=e.cwrap("zappar_instant_world_tracker_destroy",null,["number"]),ue=e.cwrap("zappar_instant_world_tracker_enabled_set",null,["number","number"]),de=e.cwrap("zappar_instant_world_tracker_enabled","number",["number"]),he=e.cwrap("zappar_instant_world_tracker_anchor_pose_raw","number",["number"]),me=e.cwrap("zappar_instant_world_tracker_anchor_pose_set_from_camera_offset_raw",null,["number","number","number","number","number"]),be=e.cwrap("zappar_zapcode_tracker_create","number",["number"]),we=e.cwrap("zappar_zapcode_tracker_destroy",null,["number"]),ge=e.cwrap("zappar_zapcode_tracker_target_load_from_memory",null,["number","number","number"]),ye=e.cwrap("zappar_zapcode_tracker_target_loaded_version","number",["number"]),Ae=e.cwrap("zappar_zapcode_tracker_enabled","number",["number"]),Ee=e.cwrap("zappar_zapcode_tracker_enabled_set",null,["number","number"]),Te=e.cwrap("zappar_zapcode_tracker_anchor_count","number",["number"]),Re=e.cwrap("zappar_zapcode_tracker_anchor_id","string",["number","number"]),ke=e.cwrap("zappar_zapcode_tracker_anchor_pose_raw","number",["number","number"]),ve=e.cwrap("zappar_world_tracker_create","number",["number"]),xe=e.cwrap("zappar_world_tracker_destroy",null,["number"]),Le=e.cwrap("zappar_world_tracker_enabled","number",["number"]),Ie=e.cwrap("zappar_world_tracker_enabled_set",null,["number","number"]),Fe=e.cwrap("zappar_world_tracker_quality","number",["number"]),Oe=e.cwrap("zappar_world_tracker_plane_count","number",["number"]),Me=e.cwrap("zappar_world_tracker_plane_pose_raw","number",["number","number"]),Pe=e.cwrap("zappar_world_tracker_world_anchor_valid","number",["number"]),ze=e.cwrap("zappar_world_tracker_world_anchor_pose_raw","number",["number"]),Be=e.cwrap("zappar_world_tracker_ground_anchor_valid","number",["number"]),Ve=e.cwrap("zappar_world_tracker_ground_anchor_pose_raw","number",["number"]),Ce=e.cwrap("zappar_world_tracker_reset",null,["number"]),Ue=e.cwrap("zappar_world_tracker_tracks_data_enabled","number",["number"]),Se=e.cwrap("zappar_world_tracker_tracks_data_enabled_set",null,["number","number"]),Ne=e.cwrap("zappar_world_tracker_tracks_data_size","number",["number"]),De=e.cwrap("zappar_world_tracker_tracks_data","number",["number"]),Ge=e.cwrap("zappar_world_tracker_projections_data_enabled_set",null,["number","number"]),Xe=e.cwrap("zappar_world_tracker_projections_data_size","number",["number"]),He=e.cwrap("zappar_world_tracker_projections_data","number",["number"]),We=32,Ye=e._malloc(We),je=(e._malloc(64),new Map),qe=(t,r)=>{let a=je.get(t);return(!a||a[0]<r)&&(a&&e._free(a[1]),a=[r,e._malloc(r)],je.set(t,a)),a[1]};return{log_level:()=>t(),log_level_set:e=>r(e),analytics_project_id_set:(e,t)=>a(e,t),pipeline_create:()=>i(),pipeline_destroy:()=>{_()},pipeline_camera_frame_data_raw:e=>n(e),pipeline_camera_frame_data_raw_size:e=>s(e),pipeline_camera_frame_data_raw_width:e=>o(e),pipeline_camera_frame_data_raw_height:e=>c(e),pipeline_frame_update:e=>l(e),pipeline_frame_number:e=>f(e),pipeline_camera_model:t=>{let r=p(t),a=new Float32Array(6);return a.set(e.HEAPF32.subarray(r/4,6+r/4)),r=a,r},pipeline_camera_frame_user_data:e=>u(e),pipeline_camera_frame_submit:(t,r,a,i,_,n,s,o)=>{We<r.byteLength&&(e._free(Ye),We=r.byteLength,Ye=e._malloc(We));let c=Ye,l=r.byteLength;e.HEAPU8.set(new Uint8Array(r),Ye);let f=a,p=i,u=_,h=qe(4,n.byteLength);e.HEAPF32.set(n,h/4);let m=qe(5,s.byteLength);return e.HEAPF32.set(s,m/4),d(t,c,l,f,p,u,h,m,o?1:0)},pipeline_camera_frame_submit_raw_pointer:(t,r,a,i,_,n,s,o,c,l,f,p,u)=>{let d=r,m=a,b=i,w=_,g=n,y=s,A=qe(6,o.byteLength);e.HEAPF32.set(o,A/4);let E=c,T=qe(8,l.byteLength);return e.HEAPF32.set(l,T/4),h(t,d,m,b,w,g,y,A,E,T,f?1:0,p,u?1:0)},pipeline_camera_frame_camera_attitude:t=>{let r=m(t),a=new Float32Array(16);return a.set(e.HEAPF32.subarray(r/4,16+r/4)),r=a,r},pipeline_camera_frame_device_attitude:t=>{let r=b(t),a=new Float32Array(16);return a.set(e.HEAPF32.subarray(r/4,16+r/4)),r=a,r},pipeline_motion_accelerometer_submit:(e,t,r,a,i)=>w(e,t,r,a,i),pipeline_motion_accelerometer_with_gravity_submit_int:(e,t,r,a,i,_)=>g(e,t,r,a,i,_),pipeline_motion_accelerometer_without_gravity_submit_int:(e,t,r,a,i,_)=>y(e,t,r,a,i,_),pipeline_motion_rotation_rate_submit:(e,t,r,a,i)=>A(e,t,r,a,i),pipeline_motion_rotation_rate_submit_int:(e,t,r,a,i,_)=>E(e,t,r,a,i,_),pipeline_motion_attitude_submit:(e,t,r,a,i)=>T(e,t,r,a,i),pipeline_motion_attitude_submit_int:(e,t,r,a,i,_)=>R(e,t,r,a,i,_),pipeline_motion_attitude_matrix_submit:(t,r)=>{let a=qe(0,r.byteLength);return e.HEAPF32.set(r,a/4),k(t,a)},camera_source_create:(e,t)=>v(e,t),camera_source_destroy:()=>{x()},sequence_source_create:e=>L(e),sequence_source_destroy:()=>{I()},image_tracker_create:e=>F(e),image_tracker_destroy:()=>{O()},image_tracker_target_load_from_memory:(t,r)=>{We<r.byteLength&&(e._free(Ye),We=r.byteLength,Ye=e._malloc(We));let a=Ye,i=r.byteLength;return e.HEAPU8.set(new Uint8Array(r),Ye),M(t,a,i)},image_tracker_target_loaded_version:e=>P(e),image_tracker_enabled:e=>{let t=z(e);return t=1===t,t},image_tracker_enabled_set:(e,t)=>B(e,t?1:0),image_tracker_anchor_count:e=>V(e),image_tracker_anchor_id:(e,t)=>C(e,t),image_tracker_anchor_pose_raw:(t,r)=>{let a=U(t,r),i=new Float32Array(16);return i.set(e.HEAPF32.subarray(a/4,16+a/4)),a=i,a},face_tracker_create:e=>S(e),face_tracker_destroy:()=>{N()},face_tracker_model_load_from_memory:(t,r)=>{We<r.byteLength&&(e._free(Ye),We=r.byteLength,Ye=e._malloc(We));let a=Ye,i=r.byteLength;return e.HEAPU8.set(new Uint8Array(r),Ye),D(t,a,i)},face_tracker_model_loaded_version:e=>G(e),face_tracker_enabled_set:(e,t)=>X(e,t?1:0),face_tracker_enabled:e=>{let t=H(e);return t=1===t,t},face_tracker_max_faces_set:(e,t)=>W(e,t),face_tracker_max_faces:e=>Y(e),face_tracker_anchor_count:e=>j(e),face_tracker_anchor_id:(e,t)=>q(e,t),face_tracker_anchor_pose_raw:(t,r)=>{let a=K(t,r),i=new Float32Array(16);return i.set(e.HEAPF32.subarray(a/4,16+a/4)),a=i,a},face_tracker_anchor_identity_coefficients:(t,r)=>{let a=Z(t,r),i=new Float32Array(50);return i.set(e.HEAPF32.subarray(a/4,50+a/4)),a=i,a},face_tracker_anchor_expression_coefficients:(t,r)=>{let a=Q(t,r),i=new Float32Array(29);return i.set(e.HEAPF32.subarray(a/4,29+a/4)),a=i,a},face_mesh_create:()=>J(),face_mesh_destroy:()=>{$()},face_landmark_create:e=>ee(e),face_landmark_destroy:()=>{te()},barcode_finder_create:e=>re(e),barcode_finder_destroy:()=>{ae()},barcode_finder_enabled_set:(e,t)=>ie(e,t?1:0),barcode_finder_enabled:e=>{let t=_e(e);return t=1===t,t},barcode_finder_found_number:e=>ne(e),barcode_finder_found_text:(e,t)=>se(e,t),barcode_finder_found_format:(e,t)=>oe(e,t),barcode_finder_formats:e=>ce(e),barcode_finder_formats_set:(e,t)=>le(e,t),instant_world_tracker_create:e=>fe(e),instant_world_tracker_destroy:()=>{pe()},instant_world_tracker_enabled_set:(e,t)=>ue(e,t?1:0),instant_world_tracker_enabled:e=>{let t=de(e);return t=1===t,t},instant_world_tracker_anchor_pose_raw:t=>{let r=he(t),a=new Float32Array(16);return a.set(e.HEAPF32.subarray(r/4,16+r/4)),r=a,r},instant_world_tracker_anchor_pose_set_from_camera_offset_raw:(e,t,r,a,i)=>me(e,t,r,a,i),zapcode_tracker_create:e=>be(e),zapcode_tracker_destroy:()=>{we()},zapcode_tracker_target_load_from_memory:(t,r)=>{We<r.byteLength&&(e._free(Ye),We=r.byteLength,Ye=e._malloc(We));let a=Ye,i=r.byteLength;return e.HEAPU8.set(new Uint8Array(r),Ye),ge(t,a,i)},zapcode_tracker_target_loaded_version:e=>ye(e),zapcode_tracker_enabled:e=>{let t=Ae(e);return t=1===t,t},zapcode_tracker_enabled_set:(e,t)=>Ee(e,t?1:0),zapcode_tracker_anchor_count:e=>Te(e),zapcode_tracker_anchor_id:(e,t)=>Re(e,t),zapcode_tracker_anchor_pose_raw:(t,r)=>{let a=ke(t,r),i=new Float32Array(16);return i.set(e.HEAPF32.subarray(a/4,16+a/4)),a=i,a},world_tracker_create:e=>ve(e),world_tracker_destroy:()=>{xe()},world_tracker_enabled:e=>{let t=Le(e);return t=1===t,t},world_tracker_enabled_set:(e,t)=>Ie(e,t?1:0),world_tracker_quality:e=>Fe(e),world_tracker_plane_count:e=>Oe(e),world_tracker_plane_pose_raw:(t,r)=>{let a=Me(t,r),i=new Float32Array(16);return i.set(e.HEAPF32.subarray(a/4,16+a/4)),a=i,a},world_tracker_world_anchor_valid:e=>{let t=Pe(e);return t=1===t,t},world_tracker_world_anchor_pose_raw:t=>{let r=ze(t),a=new Float32Array(16);return a.set(e.HEAPF32.subarray(r/4,16+r/4)),r=a,r},world_tracker_ground_anchor_valid:e=>{let t=Be(e);return t=1===t,t},world_tracker_ground_anchor_pose_raw:t=>{let r=Ve(t),a=new Float32Array(16);return a.set(e.HEAPF32.subarray(r/4,16+r/4)),r=a,r},world_tracker_reset:e=>Ce(e),world_tracker_tracks_data_enabled:e=>{let t=Ue(e);return t=1===t,t},world_tracker_tracks_data_enabled_set:(e,t)=>Se(e,t?1:0),world_tracker_tracks_data_size:e=>Ne(e),world_tracker_tracks_data:t=>{let r=De(t),a=Ne(t),i=new Float32Array(a);return i.set(e.HEAPF32.subarray(r/4,a+r/4)),r=i,r},world_tracker_projections_data_enabled_set:(e,t)=>Ge(e,t?1:0),world_tracker_projections_data_size:e=>Xe(e),world_tracker_projections_data:t=>{let r=He(t),a=Xe(t),i=new Float32Array(a);return i.set(e.HEAPF32.subarray(r/4,a+r/4)),r=i,r}}}(i);const t=(0,B.g)(i),a=r>0?function(e){return{data_download_clear:e.cwrap("data_download_clear",null,[]),data_download_size:e.cwrap("data_download_size","number",[]),data_download:e.cwrap("data_download","number",[]),data_should_record_set:e.cwrap("data_should_record_set",null,["number"])}}(i):void 0;null==a||a.data_should_record_set(r);let _=new n(e,((e,t)=>{U.postOutgoingMessage({p:e,t:"zappar",d:t},[t])}));U.postOutgoingMessage("loaded",[]),U.onIncomingMessage.bind((r=>{var n,s,o;switch(r.t){case"zappar":_.processBuffer(r.d),U.postOutgoingMessage({t:"buf",d:r.d},[r.d]);break;case"buf":null===(n=_.serializersByPipelineId.get(r.p))||void 0===n||n.bufferReturn(r.d);break;case"cameraFrameC2S":{let n,s=r,o=_._pipeline_by_instance.get(s.p);o&&(e.pipeline_camera_frame_submit(o,s.d,s.width,s.height,s.token,s.c2d,s.cm,s.userFacing),e.pipeline_frame_update(o),n=e.pipeline_camera_frame_device_attitude(o),_.exploreState(),$(i,t),a&&ee(i,a));let c={token:s.token,d:s.d,p:s.p,t:"cameraFrameRecycleS2C",att:n};U.postOutgoingMessage(c,[s.d]);break}case"rawenabled":N=r.v;break;case"rawrequest":{const e=r,t=D.get(e.p),a={t:"raw",token:e.token,p:e.p,data:t&&null!==(o=null===(s=t.ready.find((t=>t.token===e.token)))||void 0===s?void 0:s.data)&&void 0!==o?o:null};U.postOutgoingMessage(a,[]);break}case"cameraProfileC2S":{let e=r;G.set(e.source,e.p);break}case"streamC2S":{let n=r;(function(e,t,r,a,i,_,n,s,o){return V(this,void 0,void 0,(function*(){for(;;){let c;try{c=yield r.getReader()}catch(e){yield Q(1e3);continue}try{return void(yield Z(e,t,c,a,i,_,n,s,o))}catch(e){}return void(yield Q(1e3))}}))})(i,e,n.s,n.p,n.userFacing,_,n.source,t,a).then((()=>{let e={t:"streamEndedS2C",p:n.p,source:n.source};U.postOutgoingMessage(e,[])})).catch((e=>{}));break}case"cameraToScreenC2S":S=r.r;break;case"imageBitmapC2S":!function(e,t,r,a){const[i,_]=function(){if(!O||!M){const e=new OffscreenCanvas(1,1);if(M=e.getContext("webgl"),!M)throw new Error("Unable to get offscreen GL context");O=new L(M)}return[O,M]}();if(F||(F=_.createTexture(),_.bindTexture(_.TEXTURE_2D,F),_.texParameteri(_.TEXTURE_2D,_.TEXTURE_WRAP_S,_.CLAMP_TO_EDGE),_.texParameteri(_.TEXTURE_2D,_.TEXTURE_WRAP_T,_.CLAMP_TO_EDGE),_.texParameteri(_.TEXTURE_2D,_.TEXTURE_MIN_FILTER,_.LINEAR)),!F)return;const[n,s]=E.getDataSize(e.cp);(!I||I.byteLength<n*s)&&(I=new ArrayBuffer(n*s)),i.uploadFrame(F,e.i,e.r,e.userFacing,e.cp);let o=i.readFrame(F,I,e.cp),c={t:"imageBitmapS2C",dataWidth:o.dataWidth,dataHeight:o.dataHeight,frame:e.i,userFacing:o.userFacing,uvTransform:o.uvTransform||b.Ue(),tokenId:e.tokenId,p:e.p};a.postOutgoingMessage(c,[e.i]);let l=r._pipeline_by_instance.get(e.p);l&&(t.pipeline_camera_frame_submit(l,I,o.dataWidth,o.dataHeight,e.tokenId,e.cameraToDevice,e.cameraModel,o.userFacing),t.pipeline_frame_update(l),r.exploreState())}(r,e,_,U);break;case"sensorDataC2S":{const t=r,a=_._pipeline_by_instance.get(t.p);if(!a)break;switch(t.sensor){case"accel":e.pipeline_motion_accelerometer_submit(a,t.timestamp,t.x,t.y,t.z);break;case"accel_w_gravity_int":e.pipeline_motion_accelerometer_with_gravity_submit_int(a,t.timestamp,t.interval,t.x,t.y,t.z);break;case"accel_wo_gravity_int":e.pipeline_motion_accelerometer_without_gravity_submit_int(a,t.timestamp,t.interval,t.x,t.y,t.z);break;case"attitude_int":e.pipeline_motion_attitude_submit_int(a,t.timestamp,t.interval,t.x,t.y,t.z);break;case"attitude":e.pipeline_motion_attitude_submit(a,t.timestamp,t.x,t.y,t.z);break;case"rotation_rate_int":e.pipeline_motion_rotation_rate_submit_int(a,t.timestamp,t.interval,t.x,t.y,t.z);break;case"rotation_rate":e.pipeline_motion_rotation_rate_submit(a,t.timestamp,t.x,t.y,t.z)}break}case"attitudeMatrixC2S":{const t=r,a=_._pipeline_by_instance.get(t.p);if(!a)break;e.pipeline_motion_attitude_matrix_submit(a,t.m);break}}}))}})}))}let H=0,W=0,Y=1;function j(e){return new Promise(((t,r)=>{const a=setTimeout((()=>{r("Frame timeout")}),2e3);e.read().then((e=>{clearTimeout(a),t(e)}))}))}const q=b.Ue(),K=new Float32Array([300,300,160,120,0,0]);function Z(e,t,r,a,i,_,n,s,o){var c,l;return V(this,void 0,void 0,(function*(){for(;;){let f=yield j(r);if(f.done)return void(null===(c=f.value)||void 0===c||c.close());let p=f.value,u=p.allocationSize();u>W&&(H>0&&e._free(H),H=e._malloc(u),W=u),yield p.copyTo(e.HEAPU8.subarray(H,H+W));let d=Y;Y++;const h=p.visibleRect.width,w=p.visibleRect.height;let g,y=h,A=w;switch(S){case 270:g=new Float32Array([0,1,0,0,-1,0,0,0,0,0,1,0,1,0,0,1]),y=w,A=h;break;case 180:g=new Float32Array([-1,0,0,0,0,-1,0,0,0,0,1,0,1,1,0,1]);break;case 90:g=new Float32Array([0,-1,0,0,1,0,0,0,0,0,1,0,0,1,0,1]),y=w,A=h;break;default:g=new Float32Array([1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1])}let E=!1;G.get(n)!==m.HIGH&&(y/=2,A/=2,E=!0);let T=p.clone();i?b.xJ(q,[-1,1,-1]):b.yR(q);let R=300*y/320;K[0]=R,K[1]=R,K[2]=.5*y,K[3]=.5*A;const k={token:d,d:T,p:a,t:"videoFrameS2C",userFacing:i,uvTransform:g,w:y,h:A,cameraToDevice:q,cameraModel:K,source:n};U.postOutgoingMessage(k,[k.d,k.uvTransform.buffer]);const v=_._pipeline_by_instance.get(a);if(v){try{t.pipeline_camera_frame_submit_raw_pointer(v,H,u,J(p.format),h,w,d,q,S,K,i,null!==(l=p.timestamp)&&void 0!==l?l:-1,E),$(e,s),o&&ee(e,o)}catch(e){console.log("Exception during camera processing",e)}if(t.pipeline_frame_update(v),N){let r=D.get(a);if(r||(r={available:[],ready:[]},D.set(a,r)),r.ready.length>4){const e=r.ready.splice(0,1);for(const t of e)r.available.push(new Uint8Array(t.data.data))}const i=t.pipeline_camera_frame_data_raw_size(v);let _;for(;!_||_.byteLength<i;)r.available.length<1&&r.available.push(new Uint8Array(i)),_=r.available.pop();const n=t.pipeline_camera_frame_data_raw(v);_.set(e.HEAPU8.subarray(n,n+i)),r.ready.push({token:d,data:{data:_,width:t.pipeline_camera_frame_data_raw_width(a),height:t.pipeline_camera_frame_data_raw_height(a)}})}_.exploreState()}p.close()}}))}function Q(e){return new Promise((t=>{setTimeout(t,e)}))}function J(e){switch(e){case"I420":return u.FRAME_PIXEL_FORMAT_I420;case"I420A":return u.FRAME_PIXEL_FORMAT_I420A;case"I422":return u.FRAME_PIXEL_FORMAT_I422;case"I444":return u.FRAME_PIXEL_FORMAT_I444;case"NV12":return u.FRAME_PIXEL_FORMAT_NV12;case"RGBA":case"RGBX":return u.FRAME_PIXEL_FORMAT_RGBA;case"BGRA":case"BGRX":return u.FRAME_PIXEL_FORMAT_BGRA}return u.FRAME_PIXEL_FORMAT_Y}function $(e,t){const r=t.worker_message_send_count();if(0!==r){C||(C=new MessageChannel,C.port1.start(),C.port1.addEventListener("message",(r=>{if("msgrec"!==r.data.t)return;const a=r.data.data,i=e._malloc(a.byteLength);e.HEAPU8.set(a,i),t.worker_message_receive(r.data.reference,a.byteLength,i),e._free(i)})),U.postOutgoingMessage({t:"setupCeresWorker",port:C.port2},[C.port2]));for(let a=0;a<r;a++){const r=t.worker_message_send_reference(a),i=t.worker_message_send_data_size(a),_=t.worker_message_send_data(a),n=e.HEAPU8.slice(_,_+i);C.port1.postMessage({t:"msgsend",data:n,reference:r},[n.buffer])}t.worker_message_send_clear()}}function ee(e,t){const r=t.data_download_size();if(0===r)return;const a=t.data_download(),i=e.HEAPU8.slice(a,a+r);U.postOutgoingMessage({t:"_z_datadownload",data:i},[i.buffer]),t.data_download_clear()}const te=self;U.onOutgoingMessage.bind((()=>{let e=U.getOutgoingMessages();for(let t of e)te.postMessage(t.msg,t.transferables)}));let re=e=>{var t;e&&e.data&&"wasm"===e.data.t&&(X(location.href.startsWith("blob")?e.data.url:new URL(r(751),r.b).toString(),e.data.module,null!==(t=e.data.shouldRecordData)&&void 0!==t?t:0),te.removeEventListener("message",re))};te.addEventListener("message",re),te.addEventListener("message",(e=>{U.postIncomingMessage(e.data)}))}},a={};function i(e){var t=a[e];if(void 0!==t)return t.exports;var _=a[e]={exports:{}};return r[e].call(_.exports,_,_.exports,i),_.exports}return i.m=r,i.x=()=>{var e=i.O(void 0,[169,867],(()=>i(152)));return i.O(e)},i.amdO={},e=[],i.O=(t,r,a,_)=>{if(!r){var n=1/0;for(l=0;l<e.length;l++){for(var[r,a,_]=e[l],s=!0,o=0;o<r.length;o++)(!1&_||n>=_)&&Object.keys(i.O).every((e=>i.O[e](r[o])))?r.splice(o--,1):(s=!1,_<n&&(n=_));if(s){e.splice(l--,1);var c=a();void 0!==c&&(t=c)}}return t}_=_||0;for(var l=e.length;l>0&&e[l-1][2]>_;l--)e[l]=e[l-1];e[l]=[r,a,_]},i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>e+".zappar-cv.js",i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e;i.g.importScripts&&(e=i.g.location+"");var t=i.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var a=r.length-1;a>-1&&!e;)e=r[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),i.p=e})(),(()=>{i.b=self.location+"";var e={751:1};i.f.i=(t,r)=>{e[t]||importScripts(i.p+i.u(t))};var t=self.webpackChunkZCV=self.webpackChunkZCV||[],r=t.push.bind(t);t.push=t=>{var[a,_,n]=t;for(var s in _)i.o(_,s)&&(i.m[s]=_[s]);for(n&&n(i);a.length;)e[a.pop()]=1;r(t)}})(),t=i.x,i.x=()=>Promise.all([i.e(169),i.e(867)]).then(t),i.x()})()));
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkZCV=self.webpackChunkZCV||[]).push([[867],{604:(e,a,r)=>{function t(e){return{worker_message_send_count:e.cwrap("worker_message_send_count","number",[]),worker_message_send_clear:e.cwrap("worker_message_send_clear",null,[]),worker_message_send_data_size:e.cwrap("worker_message_send_data_size","number",["number"]),worker_message_send_data:e.cwrap("worker_message_send_data","number",["number"]),worker_message_send_reference:e.cwrap("worker_message_send_reference","number",["number"]),worker_message_receive:e.cwrap("worker_message_receive",null,["number","number","number"])}}r.d(a,{g:()=>t})},581:(e,a,r)=>{var t;r.d(a,{Z:()=>i});const i=(t="undefined"!=typeof document&&document.currentScript?document.currentScript.src:void 0,function(e={}){var a,r,i=e;i.ready=new Promise(((e,t)=>{a=e,r=t}));var _,o=Object.assign({},i),n="./this.program",c=(e,a)=>{throw a},s="";s=self.location.href,t&&(s=t),s=s.startsWith("blob:")?"":s.substr(0,s.replace(/[?#].*/,"").lastIndexOf("/")+1),_=e=>{var a=new XMLHttpRequest;return a.open("GET",e,!1),a.responseType="arraybuffer",a.send(null),new Uint8Array(a.response)};var l,E=i.print||console.log.bind(console),v=i.printErr||console.error.bind(console);Object.assign(i,o),o=null,i.thisProgram&&(n=i.thisProgram),i.quit&&(c=i.quit),i.wasmBinary&&(l=i.wasmBinary),"object"!=typeof WebAssembly&&D("no native wasm support detected");var h,d,u,f,p,b,m,N,j,g,S=!1;function w(){var e=h.buffer;i.HEAP8=u=new Int8Array(e),i.HEAP16=p=new Int16Array(e),i.HEAPU8=f=new Uint8Array(e),i.HEAPU16=b=new Uint16Array(e),i.HEAP32=m=new Int32Array(e),i.HEAPU32=N=new Uint32Array(e),i.HEAPF32=j=new Float32Array(e),i.HEAPF64=g=new Float64Array(e)}var y=[],z=[],k=[];function I(){var e=i.preRun.shift();y.unshift(e)}var K,P,L,R=0,Z=null,x=null;function F(){R++,i.monitorRunDependencies?.(R)}function M(){if(R--,i.monitorRunDependencies?.(R),0==R&&(null!==Z&&(clearInterval(Z),Z=null),x)){var e=x;x=null,e()}}function D(e){throw i.onAbort?.(e),v(e="Aborted("+e+")"),S=!0,d=1,e=new WebAssembly.RuntimeError(e+". Build with -sASSERTIONS for more info."),r(e),e}if(!(K="zappar-cv.wasm").startsWith("data:application/octet-stream;base64,")){var C=K;K=i.locateFile?i.locateFile(C,s):s+C}function A(e){this.name="ExitStatus",this.message=`Program terminated with exit(${e})`,this.status=e}var T=e=>{for(;0<e.length;)e.shift()(i)},O=i.noExitRuntime||!0,G=[],H=0,U=0;class W{constructor(e){this.Tj=e,this.Ij=e-24}}var q=e=>{var a=U;if(!a)return vr(0),0;var r=new W(a);N[r.Ij+16>>2]=a;var t=N[r.Ij+4>>2];if(!t)return vr(0),a;for(var i in e){var _=e[i];if(0===_||_===t)break;if(br(_,t,r.Ij+16))return vr(_),a}return vr(t),a},V=()=>{var e=G.pop();e||D("no exception to throw");var a=e.Tj;throw 0==u[e.Ij+13>>0]&&(G.push(e),u[e.Ij+13>>0]=1,u[e.Ij+12>>0]=0,H++),U=a},B=(e,a)=>{for(var r=0,t=e.length-1;0<=t;t--){var i=e[t];"."===i?e.splice(t,1):".."===i?(e.splice(t,1),r++):r&&(e.splice(t,1),r--)}if(a)for(;r;r--)e.unshift("..");return e},Y=e=>{var a="/"===e.charAt(0),r="/"===e.substr(-1);return(e=B(e.split("/").filter((e=>!!e)),!a).join("/"))||a||(e="."),e&&r&&(e+="/"),(a?"/":"")+e},J=e=>{var a=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/.exec(e).slice(1);return e=a[0],a=a[1],e||a?(a&&=a.substr(0,a.length-1),e+a):"."},$=e=>{if("/"===e)return"/";var a=(e=(e=Y(e)).replace(/\/$/,"")).lastIndexOf("/");return-1===a?e:e.substr(a+1)},X=e=>(X=(()=>{if("object"==typeof crypto&&"function"==typeof crypto.getRandomValues)return e=>crypto.getRandomValues(e);D("initRandomDevice")})())(e);function Q(){for(var e="",a=!1,r=arguments.length-1;-1<=r&&!a;r--){if("string"!=typeof(a=0<=r?arguments[r]:"/"))throw new TypeError("Arguments to path.resolve must be strings");if(!a)return"";e=a+"/"+e,a="/"===a.charAt(0)}return(a?"/":"")+(e=B(e.split("/").filter((e=>!!e)),!a).join("/"))||"."}var ee="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,ae=(e,a,r)=>{var t=a+r;for(r=a;e[r]&&!(r>=t);)++r;if(16<r-a&&e.buffer&&ee)return ee.decode(e.subarray(a,r));for(t="";a<r;){var i=e[a++];if(128&i){var _=63&e[a++];if(192==(224&i))t+=String.fromCharCode((31&i)<<6|_);else{var o=63&e[a++];65536>(i=224==(240&i)?(15&i)<<12|_<<6|o:(7&i)<<18|_<<12|o<<6|63&e[a++])?t+=String.fromCharCode(i):(i-=65536,t+=String.fromCharCode(55296|i>>10,56320|1023&i))}}else t+=String.fromCharCode(i)}return t},re=[],te=e=>{for(var a=0,r=0;r<e.length;++r){var t=e.charCodeAt(r);127>=t?a++:2047>=t?a+=2:55296<=t&&57343>=t?(a+=4,++r):a+=3}return a},ie=(e,a,r,t)=>{if(!(0<t))return 0;var i=r;t=r+t-1;for(var _=0;_<e.length;++_){var o=e.charCodeAt(_);if(55296<=o&&57343>=o&&(o=65536+((1023&o)<<10)|1023&e.charCodeAt(++_)),127>=o){if(r>=t)break;a[r++]=o}else{if(2047>=o){if(r+1>=t)break;a[r++]=192|o>>6}else{if(65535>=o){if(r+2>=t)break;a[r++]=224|o>>12}else{if(r+3>=t)break;a[r++]=240|o>>18,a[r++]=128|o>>12&63}a[r++]=128|o>>6&63}a[r++]=128|63&o}}return a[r]=0,r-i};function _e(e,a){var r=Array(te(e)+1);return e=ie(e,r,0,r.length),a&&(r.length=e),r}var oe=[];function ne(e,a){oe[e]={input:[],Jj:[],Rj:a},Ce(e,ce)}var ce={open(e){var a=oe[e.node.bk];if(!a)throw new je(43);e.Gj=a,e.seekable=!1},close(e){e.Gj.Rj.fk(e.Gj)},fk(e){e.Gj.Rj.fk(e.Gj)},read(e,a,r,t){if(!e.Gj||!e.Gj.Rj.vk)throw new je(60);for(var i=0,_=0;_<t;_++){try{var o=e.Gj.Rj.vk(e.Gj)}catch(e){throw new je(29)}if(void 0===o&&0===i)throw new je(6);if(null==o)break;i++,a[r+_]=o}return i&&(e.node.timestamp=Date.now()),i},write(e,a,r,t){if(!e.Gj||!e.Gj.Rj.qk)throw new je(60);try{for(var i=0;i<t;i++)e.Gj.Rj.qk(e.Gj,a[r+i])}catch(e){throw new je(29)}return t&&(e.node.timestamp=Date.now()),i}},se={vk(){e:{if(!re.length){var e=null;if("undefined"!=typeof window&&"function"==typeof window.prompt?null!==(e=window.prompt("Input: "))&&(e+="\n"):"function"==typeof readline&&null!==(e=readline())&&(e+="\n"),!e){e=null;break e}re=_e(e,!0)}e=re.shift()}return e},qk(e,a){null===a||10===a?(E(ae(e.Jj,0)),e.Jj=[]):0!=a&&e.Jj.push(a)},fk(e){e.Jj&&0<e.Jj.length&&(E(ae(e.Jj,0)),e.Jj=[])},Lk:()=>({bl:25856,dl:5,al:191,cl:35387,$k:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}),Mk:()=>0,Nk:()=>[24,80]},le={qk(e,a){null===a||10===a?(v(ae(e.Jj,0)),e.Jj=[]):0!=a&&e.Jj.push(a)},fk(e){e.Jj&&0<e.Jj.length&&(v(ae(e.Jj,0)),e.Jj=[])}};function Ee(e,a){var r=e.Ej?e.Ej.length:0;r>=a||(a=Math.max(a,r*(1048576>r?2:1.125)>>>0),0!=r&&(a=Math.max(a,256)),r=e.Ej,e.Ej=new Uint8Array(a),0<e.Hj&&e.Ej.set(r.subarray(0,e.Hj),0))}var ve={Nj:null,Qj:()=>ve.createNode(null,"/",16895,0),createNode(e,a,r,t){if(24576==(61440&r)||4096==(61440&r))throw new je(63);return ve.Nj||(ve.Nj={dir:{node:{Mj:ve.Dj.Mj,Oj:ve.Dj.Oj,ak:ve.Dj.ak,gk:ve.Dj.gk,Ak:ve.Dj.Ak,mk:ve.Dj.mk,ik:ve.Dj.ik,hk:ve.Dj.hk,jk:ve.Dj.jk},stream:{Vj:ve.Fj.Vj}},file:{node:{Mj:ve.Dj.Mj,Oj:ve.Dj.Oj},stream:{Vj:ve.Fj.Vj,read:ve.Fj.read,write:ve.Fj.write,dk:ve.Fj.dk,xk:ve.Fj.xk,zk:ve.Fj.zk}},link:{node:{Mj:ve.Dj.Mj,Oj:ve.Dj.Oj,ck:ve.Dj.ck},stream:{}},tk:{node:{Mj:ve.Dj.Mj,Oj:ve.Dj.Oj},stream:De}}),Ke((r=Ie(e,a,r,t)).mode)?(r.Dj=ve.Nj.dir.node,r.Fj=ve.Nj.dir.stream,r.Ej={}):32768==(61440&r.mode)?(r.Dj=ve.Nj.file.node,r.Fj=ve.Nj.file.stream,r.Hj=0,r.Ej=null):40960==(61440&r.mode)?(r.Dj=ve.Nj.link.node,r.Fj=ve.Nj.link.stream):8192==(61440&r.mode)&&(r.Dj=ve.Nj.tk.node,r.Fj=ve.Nj.tk.stream),r.timestamp=Date.now(),e&&(e.Ej[a]=r,e.timestamp=r.timestamp),r},il:e=>e.Ej?e.Ej.subarray?e.Ej.subarray(0,e.Hj):new Uint8Array(e.Ej):new Uint8Array(0),Dj:{Mj(e){var a={};return a.Fk=8192==(61440&e.mode)?e.id:1,a.wk=e.id,a.mode=e.mode,a.Rk=1,a.uid=0,a.Hk=0,a.bk=e.bk,Ke(e.mode)?a.size=4096:32768==(61440&e.mode)?a.size=e.Hj:40960==(61440&e.mode)?a.size=e.link.length:a.size=0,a.Bk=new Date(e.timestamp),a.Qk=new Date(e.timestamp),a.Ek=new Date(e.timestamp),a.Ck=4096,a.Dk=Math.ceil(a.size/a.Ck),a},Oj(e,a){if(void 0!==a.mode&&(e.mode=a.mode),void 0!==a.timestamp&&(e.timestamp=a.timestamp),void 0!==a.size&&(a=a.size,e.Hj!=a))if(0==a)e.Ej=null,e.Hj=0;else{var r=e.Ej;e.Ej=new Uint8Array(a),r&&e.Ej.set(r.subarray(0,Math.min(a,e.Hj))),e.Hj=a}},ak(){throw ge[44]},gk:(e,a,r,t)=>ve.createNode(e,a,r,t),Ak(e,a,r){if(Ke(e.mode)){try{var t=ke(a,r)}catch(e){}if(t)for(var i in t.Ej)throw new je(55)}delete e.parent.Ej[e.name],e.parent.timestamp=Date.now(),e.name=r,a.Ej[r]=e,a.timestamp=e.parent.timestamp,e.parent=a},mk(e,a){delete e.Ej[a],e.timestamp=Date.now()},ik(e,a){var r,t=ke(e,a);for(r in t.Ej)throw new je(55);delete e.Ej[a],e.timestamp=Date.now()},hk(e){var a,r=[".",".."];for(a of Object.keys(e.Ej))r.push(a);return r},jk:(e,a,r)=>((e=ve.createNode(e,a,41471,0)).link=r,e),ck(e){if(40960!=(61440&e.mode))throw new je(28);return e.link}},Fj:{read(e,a,r,t,i){var _=e.node.Ej;if(i>=e.node.Hj)return 0;if(8<(e=Math.min(e.node.Hj-i,t))&&_.subarray)a.set(_.subarray(i,i+e),r);else for(t=0;t<e;t++)a[r+t]=_[i+t];return e},write(e,a,r,t,i,_){if(a.buffer===u.buffer&&(_=!1),!t)return 0;if((e=e.node).timestamp=Date.now(),a.subarray&&(!e.Ej||e.Ej.subarray)){if(_)return e.Ej=a.subarray(r,r+t),e.Hj=t;if(0===e.Hj&&0===i)return e.Ej=a.slice(r,r+t),e.Hj=t;if(i+t<=e.Hj)return e.Ej.set(a.subarray(r,r+t),i),t}if(Ee(e,i+t),e.Ej.subarray&&a.subarray)e.Ej.set(a.subarray(r,r+t),i);else for(_=0;_<t;_++)e.Ej[i+_]=a[r+_];return e.Hj=Math.max(e.Hj,i+t),t},Vj(e,a,r){if(1===r?a+=e.position:2===r&&32768==(61440&e.node.mode)&&(a+=e.node.Hj),0>a)throw new je(28);return a},dk(e,a,r){Ee(e.node,a+r),e.node.Hj=Math.max(e.node.Hj,a+r)},xk(e,a,r,t,i){if(32768!=(61440&e.node.mode))throw new je(43);if(e=e.node.Ej,2&i||e.buffer!==u.buffer){if((0<r||r+a<e.length)&&(e=e.subarray?e.subarray(r,r+a):Array.prototype.slice.call(e,r,r+a)),r=!0,D(),!(a=void 0))throw new je(48);u.set(e,a)}else r=!1,a=e.byteOffset;return{Ij:a,Yj:r}},zk:(e,a,r,t)=>(ve.Fj.write(e,a,0,t,r,!1),0)}},he=i.preloadPlugins||[],de=(e,a)=>{var r=0;return e&&(r|=365),a&&(r|=146),r},ue=null,fe={},pe=[],be=1,me=null,Ne=!0,je=class{constructor(e){this.name="ErrnoError",this.Kj=e}},ge={};function Se(e,a={}){if(!(e=Q(e)))return{path:"",node:null};if(8<(a=Object.assign({uk:!0,rk:0},a)).rk)throw new je(32);e=e.split("/").filter((e=>!!e));for(var r=ue,t="/",i=0;i<e.length;i++){var _=i===e.length-1;if(_&&a.parent)break;if(r=ke(r,e[i]),t=Y(t+"/"+e[i]),r.Zj&&(!_||_&&a.uk)&&(r=r.Zj.root),!_||a.ek)for(_=0;40960==(61440&r.mode);)if(r=Ue(t),r=Se(t=Q(J(t),r),{rk:a.rk+1}).node,40<_++)throw new je(32)}return{path:t,node:r}}function we(e){for(var a;;){if(e===e.parent)return e=e.Qj.yk,a?"/"!==e[e.length-1]?`${e}/${a}`:e+a:e;a=a?`${e.name}/${a}`:e.name,e=e.parent}}function ye(e,a){for(var r=0,t=0;t<a.length;t++)r=(r<<5)-r+a.charCodeAt(t)|0;return(e+r>>>0)%me.length}function ze(e){var a=ye(e.parent.id,e.name);if(me[a]===e)me[a]=e.$j;else for(a=me[a];a;){if(a.$j===e){a.$j=e.$j;break}a=a.$j}}function ke(e,a){var r=Ke(e.mode)?(r=Le(e,"x"))?r:e.Dj.ak?0:2:54;if(r)throw new je(r);for(r=me[ye(e.id,a)];r;r=r.$j){var t=r.name;if(r.parent.id===e.id&&t===a)return r}return e.Dj.ak(e,a)}function Ie(e,a,r,t){return a=ye((e=new ir(e,a,r,t)).parent.id,e.name),e.$j=me[a],me[a]=e}function Ke(e){return 16384==(61440&e)}function Pe(e){var a=["r","w","rw"][3&e];return 512&e&&(a+="w"),a}function Le(e,a){return Ne?0:!a.includes("r")||292&e.mode?a.includes("w")&&!(146&e.mode)||a.includes("x")&&!(73&e.mode)?2:0:2}function Re(e,a){try{return ke(e,a),20}catch(e){}return Le(e,"wx")}function Ze(e,a,r){try{var t=ke(e,a)}catch(e){return e.Kj}if(e=Le(e,"wx"))return e;if(r){if(!Ke(t.mode))return 54;if(t===t.parent||"/"===we(t))return 10}else if(Ke(t.mode))return 31;return 0}function xe(e){if(!(e=pe[e]))throw new je(8);return e}function Fe(e,a=-1){return Ye||((Ye=function(){this.Lj={}}).prototype={},Object.defineProperties(Ye.prototype,{object:{get(){return this.node},set(e){this.node=e}},flags:{get(){return this.Lj.flags},set(e){this.Lj.flags=e}},position:{get(){return this.Lj.position},set(e){this.Lj.position=e}}})),e=Object.assign(new Ye,e),-1==a&&(a=function(){for(var e=0;4096>=e;e++)if(!pe[e])return e;throw new je(33)}()),e.Sj=a,pe[a]=e}var Me,De={open(e){e.Fj=fe[e.node.bk].Fj,e.Fj.open?.(e)},Vj(){throw new je(70)}};function Ce(e,a){fe[e]={Fj:a}}function Ae(e,a){var r="/"===a;if(r&&ue)throw new je(10);if(!r&&a){var t=Se(a,{uk:!1});if(a=t.path,(t=t.node).Zj)throw new je(10);if(!Ke(t.mode))throw new je(54)}a={type:e,ml:{},yk:a,Pk:[]},(e=e.Qj(a)).Qj=a,a.root=e,r?ue=e:t&&(t.Zj=a,t.Qj&&t.Qj.Pk.push(a))}function Te(e,a,r){var t=Se(e,{parent:!0}).node;if(!(e=$(e))||"."===e||".."===e)throw new je(28);var i=Re(t,e);if(i)throw new je(i);if(!t.Dj.gk)throw new je(63);return t.Dj.gk(t,e,a,r)}function Oe(e){return Te(e,16895,0)}function Ge(e,a,r){void 0===r&&(r=a,a=438),Te(e,8192|a,r)}function He(e,a){if(!Q(e))throw new je(44);var r=Se(a,{parent:!0}).node;if(!r)throw new je(44);var t=Re(r,a=$(a));if(t)throw new je(t);if(!r.Dj.jk)throw new je(63);r.Dj.jk(r,a,e)}function Ue(e){if(!(e=Se(e).node))throw new je(44);if(!e.Dj.ck)throw new je(28);return Q(we(e.parent),e.Dj.ck(e))}function We(e,a,r){if(""===e)throw new je(44);if("string"==typeof a){var t={r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090}[a];if(void 0===t)throw Error(`Unknown file open mode: ${a}`);a=t}if(r=64&a?4095&(void 0===r?438:r)|32768:0,"object"==typeof e)var _=e;else{e=Y(e);try{_=Se(e,{ek:!(131072&a)}).node}catch(e){}}if(t=!1,64&a)if(_){if(128&a)throw new je(20)}else _=Te(e,r,0),t=!0;if(!_)throw new je(44);if(8192==(61440&_.mode)&&(a&=-513),65536&a&&!Ke(_.mode))throw new je(54);if(!t&&(r=_?40960==(61440&_.mode)?32:Ke(_.mode)&&("r"!==Pe(a)||512&a)?31:Le(_,Pe(a)):44))throw new je(r);if(512&a&&!t){if(!(r="string"==typeof(r=_)?Se(r,{ek:!0}).node:r).Dj.Oj)throw new je(63);if(Ke(r.mode))throw new je(31);if(32768!=(61440&r.mode))throw new je(28);if(t=Le(r,"w"))throw new je(t);r.Dj.Oj(r,{size:0,timestamp:Date.now()})}return a&=-131713,(_=Fe({node:_,path:we(_),flags:a,seekable:!0,position:0,Fj:_.Fj,Wk:[],error:!1})).Fj.open&&_.Fj.open(_),!i.logReadFiles||1&a||(Je||={},e in Je||(Je[e]=1)),_}function qe(e,a,r){if(null===e.Sj)throw new je(8);if(!e.seekable||!e.Fj.Vj)throw new je(70);if(0!=r&&1!=r&&2!=r)throw new je(28);return e.position=e.Fj.Vj(e,a,r),e.Wk=[],e.position}function Ve(e,a,r){e=Y("/dev/"+e);var t=de(!!a,!!r);Be||=64;var i=Be++<<8|0;Ce(i,{open(e){e.seekable=!1},close(){r?.buffer?.length&&r(10)},read(e,r,t,i){for(var _=0,o=0;o<i;o++){try{var n=a()}catch(e){throw new je(29)}if(void 0===n&&0===_)throw new je(6);if(null==n)break;_++,r[t+o]=n}return _&&(e.node.timestamp=Date.now()),_},write(e,a,t,i){for(var _=0;_<i;_++)try{r(a[t+_])}catch(e){throw new je(29)}return i&&(e.node.timestamp=Date.now()),_}}),Ge(e,t,i)}var Be,Ye,Je,$e={},Xe=(e,a)=>e?ae(f,e,a):"";function Qe(e,a){if("/"===a.charAt(0))return a;if(e=-100===e?"/":xe(e).path,0==a.length)throw new je(44);return Y(e+"/"+a)}var ea=void 0;function aa(){var e=m[+ea>>2];return ea+=4,e}var ra,ta=e=>0==e%4&&(0!=e%100||0==e%400),ia=[0,31,60,91,121,152,182,213,244,274,305,335],_a=[0,31,59,90,120,151,181,212,243,273,304,334],oa=e=>{var a=te(e)+1,r=sr(a);return r&&ie(e,f,r,a),r},na=e=>{d=e,O||(i.onExit?.(e),S=!0),c(e,new A(e))},ca=e=>{if(!S)try{if(e(),!O)try{d=e=d,na(e)}catch(e){e instanceof A||"unwind"==e||c(1,e)}}catch(e){e instanceof A||"unwind"==e||c(1,e)}},sa=(e,a)=>{setTimeout((()=>{ca(e)}),a)};ra=()=>performance.now();var la,Ea,va,ha=!1,da=null,ua=0,fa=null,pa=0,ba=0,ma=0,Na=[],ja={},ga=!1,Sa=!1,wa=[],ya=!1,za=void 0,ka=void 0;function Ia(){return!!ga&&((document.exitFullscreen||document.cancelFullScreen||document.mozCancelFullScreen||document.msExitFullscreen||document.webkitCancelFullScreen||(()=>{})).apply(document,[]),!0)}var Ka=0;function Pa(e){if("function"==typeof requestAnimationFrame)requestAnimationFrame(e);else{var a=Date.now();if(0===Ka)Ka=a+1e3/60;else for(;a+2>=Ka;)Ka+=1e3/60;setTimeout(e,Math.max(Ka-a,0))}}function La(e){return{jpg:"image/jpeg",jpeg:"image/jpeg",png:"image/png",bmp:"image/bmp",ogg:"audio/ogg",wav:"audio/wav",mp3:"audio/mpeg"}[e.substr(e.lastIndexOf(".")+1)]}var Ra=[];function Za(){var e=i.canvas;Ra.forEach((a=>a(e.width,e.height)))}function xa(e,a,r){a&&r?(e.Xk=a,e.Ik=r):(a=e.Xk,r=e.Ik);var t=a,_=r;if(i.forcedAspectRatio&&0<i.forcedAspectRatio&&(t/_<i.forcedAspectRatio?t=Math.round(_*i.forcedAspectRatio):_=Math.round(t/i.forcedAspectRatio)),(document.fullscreenElement||document.mozFullScreenElement||document.msFullscreenElement||document.webkitFullscreenElement||document.webkitCurrentFullScreenElement)===e.parentNode&&"undefined"!=typeof screen){var o=Math.min(screen.width/t,screen.height/_);t=Math.round(t*o),_=Math.round(_*o)}ka?(e.width!=t&&(e.width=t),e.height!=_&&(e.height=_),void 0!==e.style&&(e.style.removeProperty("width"),e.style.removeProperty("height"))):(e.width!=a&&(e.width=a),e.height!=r&&(e.height=r),void 0!==e.style&&(t!=a||_!=r?(e.style.setProperty("width",t+"px","important"),e.style.setProperty("height",_+"px","important")):(e.style.removeProperty("width"),e.style.removeProperty("height"))))}var Fa,Ma,Da,Ca,Aa,Ta=[],Oa=e=>{var a=Ta[e];return a||(e>=Ta.length&&(Ta.length=e+1),Ta[e]=a=Da.get(e)),a};function Ga(e,a,r,t,i){function _(){var a=0,r=0;g.response&&m&&0===N[e+12>>2]&&(r=g.response.byteLength),0<r&&(a=sr(r),f.set(new Uint8Array(g.response),a)),N[e+12>>2]=a,Ha(e+16,r),Ha(e+24,0),(a=g.response?g.response.byteLength:0)&&Ha(e+32,a),b[e+40>>1]=g.readyState,b[e+42>>1]=g.status,g.statusText&&ie(g.statusText,f,e+44,64)}var o=N[e+8>>2];if(o){var n=o?ae(f,o):"",c=e+112,s=Xe(c+0);s||="GET";var l=N[c+56>>2],E=N[c+68>>2],v=N[c+72>>2];o=N[c+76>>2];var h=N[c+80>>2],d=N[c+84>>2],u=N[c+88>>2],p=N[c+52>>2],m=!!(1&p),j=!!(2&p);p=!!(64&p),E=E?E?ae(f,E):"":void 0,v=v?v?ae(f,v):"":void 0;var g=new XMLHttpRequest;if(g.withCredentials=!!f[c+60>>0],g.open(s,n,!p,E,v),p||(g.timeout=l),g.Lj=n,g.responseType="arraybuffer",h&&(n=h?ae(f,h):"",g.overrideMimeType(n)),o)for(;(c=N[o>>2])&&(n=N[o+4>>2]);)o+=8,c=c?ae(f,c):"",n=n?ae(f,n):"",g.setRequestHeader(c,n);var S=Ca.dk(g);N[e>>2]=S,o=d&&u?f.slice(d,d+u):null,g.onload=t=>{Ca.has(S)&&(_(),200<=g.status&&300>g.status?a?.(e,g,t):r?.(e,g,t))},g.onerror=a=>{Ca.has(S)&&(_(),r?.(e,g,a))},g.ontimeout=a=>{Ca.has(S)&&r?.(e,g,a)},g.onprogress=a=>{if(Ca.has(S)){var r=m&&j&&g.response?g.response.byteLength:0,i=0;0<r&&m&&j&&(i=sr(r),f.set(new Uint8Array(g.response),i)),N[e+12>>2]=i,Ha(e+16,r),Ha(e+24,a.loaded-r),Ha(e+32,a.total),b[e+40>>1]=g.readyState,3<=g.readyState&&0===g.status&&0<a.loaded&&(g.status=200),b[e+42>>1]=g.status,g.statusText&&ie(g.statusText,f,e+44,64),t?.(e,g,a),i&&cr(i)}},g.onreadystatechange=a=>{Ca.has(S)&&(b[e+40>>1]=g.readyState,2<=g.readyState&&(b[e+42>>1]=g.status),i?.(e,g,a))};try{g.send(o)}catch(a){r?.(e,g,a)}}else r(e,0,"no url specified!")}var Ha=(e,a)=>{N[e>>2]=a,N[e+4>>2]=(a-N[e>>2])/4294967296};function Ua(e,a,r,t){var i=Aa;if(i){var _=N[e+112+64>>2];_||=N[e+8>>2];var o=_?ae(f,_):"";try{var n=i.transaction(["FILES"],"readwrite").objectStore("FILES").put(a,o);n.onsuccess=()=>{b[e+40>>1]=4,b[e+42>>1]=200,ie("OK",f,e+44,64),r(e,0,o)},n.onerror=a=>{b[e+40>>1]=4,b[e+42>>1]=413,ie("Payload Too Large",f,e+44,64),t(e,0,a)}}catch(a){t(e,0,a)}}else t(e,0,"IndexedDB not available!")}var Wa,qa,Va,Ba={},Ya=()=>{if(!Wa){var e,a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:n||"./this.program"};for(e in Ba)void 0===Ba[e]?delete a[e]:a[e]=Ba[e];var r=[];for(e in a)r.push(`${e}=${a[e]}`);Wa=r}return Wa},Ja=1,$a=[],Xa=[],Qa=e=>{for(var a=Ja++,r=e.length;r<a;r++)e[r]=null;return a},er=e=>{if(e||=Va,!e.Jk){e.Jk=!0;var a=e.nk;(e=>{var a=e.getExtension("ANGLE_instanced_arrays");a&&(e.vertexAttribDivisor=(e,r)=>a.vertexAttribDivisorANGLE(e,r),e.drawArraysInstanced=(e,r,t,i)=>a.drawArraysInstancedANGLE(e,r,t,i),e.drawElementsInstanced=(e,r,t,i,_)=>a.drawElementsInstancedANGLE(e,r,t,i,_))})(a),(e=>{var a=e.getExtension("OES_vertex_array_object");a&&(e.createVertexArray=()=>a.createVertexArrayOES(),e.deleteVertexArray=e=>a.deleteVertexArrayOES(e),e.bindVertexArray=e=>a.bindVertexArrayOES(e),e.isVertexArray=e=>a.isVertexArrayOES(e))})(a),(e=>{var a=e.getExtension("WEBGL_draw_buffers");a&&(e.drawBuffers=(e,r)=>a.drawBuffersWEBGL(e,r))})(a),a.fl=a.getExtension("EXT_disjoint_timer_query"),a.jl=a.getExtension("WEBGL_multi_draw"),function(e){var a="ANGLE_instanced_arrays EXT_blend_minmax EXT_disjoint_timer_query EXT_frag_depth EXT_shader_texture_lod EXT_sRGB OES_element_index_uint OES_fbo_render_mipmap OES_standard_derivatives OES_texture_float OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_depth_texture WEBGL_draw_buffers EXT_color_buffer_half_float EXT_float_blend EXT_texture_compression_bptc EXT_texture_compression_rgtc EXT_texture_filter_anisotropic KHR_parallel_shader_compile OES_texture_float_linear WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context WEBGL_multi_draw".split(" ");return(e.getSupportedExtensions()||[]).filter((e=>a.includes(e)))}(a).forEach((e=>{e.includes("lose_context")||e.includes("debug")||a.getExtension(e)}))}},ar={},rr=[31,29,31,30,31,30,31,31,30,31,30,31],tr=[31,28,31,30,31,30,31,31,30,31,30,31];function ir(e,a,r,t){e||=this,this.parent=e,this.Qj=e.Qj,this.Zj=null,this.id=be++,this.name=a,this.mode=r,this.Dj={},this.Fj={},this.bk=t}Object.defineProperties(ir.prototype,{read:{get:function(){return 365==(365&this.mode)},set:function(e){e?this.mode|=365:this.mode&=-366}},write:{get:function(){return 146==(146&this.mode)},set:function(e){e?this.mode|=146:this.mode&=-147}}}),[44].forEach((e=>{ge[e]=new je(e),ge[e].stack="<generic error, no stack>"})),me=Array(4096),Ae(ve,"/"),Oe("/tmp"),Oe("/home"),Oe("/home/web_user"),function(){Oe("/dev"),Ce(259,{read:()=>0,write:(e,a,r,t)=>t}),Ge("/dev/null",259),ne(1280,se),ne(1536,le),Ge("/dev/tty",1280),Ge("/dev/tty1",1536);var e=new Uint8Array(1024),a=0,r=()=>(0===a&&(a=X(e).byteLength),e[--a]);Ve("random",r),Ve("urandom",r),Oe("/dev/shm"),Oe("/dev/shm/tmp")}(),function(){Oe("/proc");var e=Oe("/proc/self");Oe("/proc/self/fd"),Ae({Qj(){var a=Ie(e,"fd",16895,73);return a.Dj={ak(e,a){var r=xe(+a);return(e={parent:null,Qj:{yk:"fake"},Dj:{ck:()=>r.path}}).parent=e}},a}},"/proc/self/fd")}(),i.requestFullscreen=function(e,a){function r(){ga=!1;var e=t.parentNode;(document.fullscreenElement||document.mozFullScreenElement||document.msFullscreenElement||document.webkitFullscreenElement||document.webkitCurrentFullScreenElement)===e?(t.exitFullscreen=Ia,za&&t.requestPointerLock(),ga=!0,ka?("undefined"!=typeof SDL&&(m[SDL.screen>>2]=8388608|N[SDL.screen>>2]),xa(i.canvas),Za()):xa(t)):(e.parentNode.insertBefore(t,e),e.parentNode.removeChild(e),ka?("undefined"!=typeof SDL&&(m[SDL.screen>>2]=-8388609&N[SDL.screen>>2]),xa(i.canvas),Za()):xa(t)),i.onFullScreen?.(ga),i.onFullscreen?.(ga)}void 0===(za=e)&&(za=!0),void 0===(ka=a)&&(ka=!1);var t=i.canvas;ya||(ya=!0,document.addEventListener("fullscreenchange",r,!1),document.addEventListener("mozfullscreenchange",r,!1),document.addEventListener("webkitfullscreenchange",r,!1),document.addEventListener("MSFullscreenChange",r,!1));var _=document.createElement("div");t.parentNode.insertBefore(_,t),_.appendChild(t),_.requestFullscreen=_.requestFullscreen||_.mozRequestFullScreen||_.msRequestFullscreen||(_.webkitRequestFullscreen?()=>_.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT):null)||(_.webkitRequestFullScreen?()=>_.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT):null),_.requestFullscreen()},i.requestAnimationFrame=Pa,i.setCanvasSize=function(e,a,r){xa(i.canvas,e,a),r||Za()},i.pauseMainLoop=function(){da=null,ua++},i.resumeMainLoop=function(){ua++;var e=pa,a=ba,r=fa;fa=null,(e=>{!fa||D("emscripten_set_main_loop: there can only be one main loop function at once: call emscripten_cancel_main_loop to cancel the previous one before setting a new one with different parameters."),fa=e;var a=ua;ha=!1,Ea=function(){if(!S)if(0<Na.length){var r=Na.shift();if(r.hl(r.Zk),va){var t=va,_=0==t%1?t-1:Math.floor(t);va=r.el?_:(8*t+(_+.5))/9}i.setStatus&&(r=i.statusMessage||"Please wait...",_=ja.gl,(t=va)?t<_?i.setStatus(r+" ("+(_-t)+"/"+_+")"):i.setStatus(r):i.setStatus("")),a<ua||setTimeout(Ea,0)}else a<ua||(ma=ma+1|0,1==pa&&1<ba&&0!=ma%ba?da():(0==pa&&(la=ra()),S||i.preMainLoop&&!1===i.preMainLoop()||(ca(e),i.postMainLoop?.()),a<ua||("object"==typeof SDL&&SDL.audio?.nl?.(),da())))}})(r),((e,a)=>{if(pa=e,ba=a,fa)if(ha||=!0,0==e)da=function(){var e=0|Math.max(0,la+a-ra());setTimeout(Ea,e)};else if(1==e)da=function(){Pa(Ea)};else if(2==e){if(void 0===Fa)if("undefined"==typeof setImmediate){var r=[];addEventListener("message",(e=>{"setimmediate"!==e.data&&"setimmediate"!==e.data.target||(e.stopPropagation(),r.shift()())}),!0),Fa=function(e){r.push(e),void 0===i.setImmediates&&(i.setImmediates=[]),i.setImmediates.push(e),postMessage({target:"setimmediate"})}}else Fa=setImmediate;da=function(){Fa(Ea)}}})(e,a),da()},i.getUserMedia=function(e){let a;(a=window).getUserMedia||(a.getUserMedia=navigator.getUserMedia||navigator.mozGetUserMedia),window.getUserMedia(e)},i.createContext=function(e,a,r,t){if(a&&i.pk&&e==i.canvas)return i.pk;var _;if(a){var o={antialias:!1,alpha:!1,Ok:1};if(t)for(var n in t)o[n]=t[n];if(void 0!==ar&&(_=((e,a)=>{e.Lj||(e.Lj=e.getContext,e.getContext=function(a,r){return"webgl"==a==(r=e.Lj(a,r))instanceof WebGLRenderingContext?r:null});var r=e.getContext("webgl",a);return r?((e,a)=>{var r=Qa(Xa),t={handle:r,attributes:a,version:a.Ok,nk:e};return e.canvas&&(e.canvas.Yk=t),Xa[r]=t,(void 0===a.Gk||a.Gk)&&er(t),r})(r,a):0})(e,o)))var c=Xa[_].nk}else c=e.getContext("2d");return c?(r&&(a||void 0===_r||D("cannot set in module if GLctx is used, but we are a non-GL context that would replace it"),i.pk=c,a&&(Va=Xa[_],i.pk=_r=Va?.nk),i.pl=a,wa.forEach((e=>e())),function(){function e(){Sa=document.pointerLockElement===i.canvas||document.mozPointerLockElement===i.canvas||document.webkitPointerLockElement===i.canvas||document.msPointerLockElement===i.canvas}if(!Ma){Ma=!0,he.push({canHandle:function(e){return!i.ll&&/\.(jpg|jpeg|png|bmp)$/i.test(e)},handle:function(e,a,r,t){var i=new Blob([e],{type:La(a)});i.size!==e.length&&(i=new Blob([new Uint8Array(e).buffer],{type:La(a)}));var _=URL.createObjectURL(i),o=new Image;o.onload=()=>{o.complete||D(`Image ${a} could not be decoded`);var t=document.createElement("canvas");t.width=o.width,t.height=o.height,t.getContext("2d").drawImage(o,0,0),URL.revokeObjectURL(_),r?.(e)},o.onerror=()=>{v(`Image ${_} could not be decoded`),t?.()},o.src=_}}),he.push({canHandle:function(e){return!i.kl&&e.substr(-4)in{".ogg":1,".wav":1,".mp3":1}},handle:function(e,a,r){function t(){i||(i=!0,r?.(e))}var i=!1,_=URL.createObjectURL(new Blob([e],{type:La(a)})),o=new Audio;o.addEventListener("canplaythrough",(()=>t()),!1),o.onerror=function(){if(!i){v(`warning: browser could not fully decode audio ${a}, trying slower base64 approach`);for(var r="",_=0,n=0,c=0;c<e.length;c++)for(_=_<<8|e[c],n+=8;6<=n;){var s=_>>n-6&63;n-=6,r+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[s]}2==n?(r+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[(3&_)<<4],r+="=="):4==n&&(r+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[(15&_)<<2],r+="="),o.src="data:audio/x-"+a.substr(-3)+";base64,"+r,t()}},o.src=_,sa((()=>{t()}),1e4)}});var a=i.canvas;a&&(a.requestPointerLock=a.requestPointerLock||a.mozRequestPointerLock||a.webkitRequestPointerLock||a.msRequestPointerLock||(()=>{}),a.exitPointerLock=document.exitPointerLock||document.mozExitPointerLock||document.webkitExitPointerLock||document.msExitPointerLock||(()=>{}),a.exitPointerLock=a.exitPointerLock.bind(document),document.addEventListener("pointerlockchange",e,!1),document.addEventListener("mozpointerlockchange",e,!1),document.addEventListener("webkitpointerlockchange",e,!1),document.addEventListener("mspointerlockchange",e,!1),i.elementPointerLock&&a.addEventListener("click",(e=>{!Sa&&i.canvas.requestPointerLock&&(i.canvas.requestPointerLock(),e.preventDefault())}),!1))}}()),c):null},Ca=new class{constructor(){this.Yj=[void 0],this.Lj=[]}get(e){return this.Yj[e]}has(e){return void 0!==this.Yj[e]}dk(e){var a=this.Lj.pop()||this.Yj.length;return this.Yj[a]=e,a}},F(),function(e,a){try{var r=indexedDB.open("emscripten_filesystem",1)}catch(e){return void a()}r.onupgradeneeded=e=>{(e=e.target.result).objectStoreNames.contains("FILES")&&e.deleteObjectStore("FILES"),e.createObjectStore("FILES")},r.onsuccess=e=>(e=>{Aa=e,M()})(e.target.result),r.onerror=a}(0,(()=>{Aa=!1,M()}));var _r,or={r:e=>{if(e=new W(e),0==u[e.Ij+12>>0]&&(u[e.Ij+12>>0]=1,H--),u[e.Ij+13>>0]=0,G.push(e),pr(e.Tj),mr(N[e.Ij+4>>2]))e=N[e.Tj>>2];else{var a=N[e.Ij+16>>2];e=0!==a?a:e.Tj}return e},dc:()=>{if(!G.length)return 0;var e=G[G.length-1];return pr(e.Tj),e.Tj},w:()=>{Er(0,0);var e=G.pop();fr(e.Tj),U=0},a:()=>q([]),i:e=>q([e]),D:(e,a)=>q([e,a]),Ka:V,cc:e=>{e&&(e=new W(e),G.push(e),u[e.Ij+13>>0]=1,V())},n:(e,a,r)=>{var t=new W(e);throw N[t.Ij+16>>2]=0,N[t.Ij+4>>2]=a,N[t.Ij+8>>2]=r,H++,U=e},ta:()=>H,c:e=>{throw U||=e,U},T:function(e,a,r){ea=r;try{var t=xe(e);switch(a){case 0:var i=aa();if(0>i)break;for(;pe[i];)i++;return Fe(t,i).Sj;case 1:case 2:case 13:case 14:return 0;case 3:return t.flags;case 4:return i=aa(),t.flags|=i,0;case 12:return i=aa(),p[i+0>>1]=2,0}return-28}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return-e.Kj}},jc:function(e,a,r){try{var t=xe(e);if(!t.Uj){var i=Se(t.path,{ek:!0}).node;if(!i.Dj.hk)throw new je(54);var _=i.Dj.hk(i);t.Uj=_}e=0;for(var o=qe(t,0,1),n=Math.floor(o/280);n<t.Uj.length&&e+280<=r;){var c=t.Uj[n];if("."===c)var s=t.node.id,l=4;else if(".."===c)s=Se(t.path,{parent:!0}).node.id,l=4;else{var E=ke(t.node,c);s=E.id,l=8192==(61440&E.mode)?2:Ke(E.mode)?4:40960==(61440&E.mode)?10:8}L=[s>>>0,(P=s,1<=+Math.abs(P)?0<P?+Math.floor(P/4294967296)>>>0:~~+Math.ceil((P-+(~~P>>>0))/4294967296)>>>0:0)],m[a+e>>2]=L[0],m[a+e+4>>2]=L[1],L=[280*(n+1)>>>0,(P=280*(n+1),1<=+Math.abs(P)?0<P?+Math.floor(P/4294967296)>>>0:~~+Math.ceil((P-+(~~P>>>0))/4294967296)>>>0:0)],m[a+e+8>>2]=L[0],m[a+e+12>>2]=L[1],p[a+e+16>>1]=280,u[a+e+18>>0]=l,ie(c,f,a+e+19,256),e+=280,n+=1}return qe(t,280*n,0),e}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return-e.Kj}},qc:function(e,a,r){ea=r;try{var t=xe(e);switch(a){case 21509:case 21510:case 21511:case 21512:case 21524:case 21515:return t.Gj?0:-59;case 21505:if(!t.Gj)return-59;if(t.Gj.Rj.Lk){e=[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];var i=aa();m[i>>2]=25856,m[i+4>>2]=5,m[i+8>>2]=191,m[i+12>>2]=35387;for(var _=0;32>_;_++)u[i+_+17>>0]=e[_]||0}return 0;case 21506:case 21507:case 21508:if(!t.Gj)return-59;if(t.Gj.Rj.Mk)for(i=aa(),e=[],_=0;32>_;_++)e.push(u[i+_+17>>0]);return 0;case 21519:return t.Gj?(i=aa(),m[i>>2]=0):-59;case 21520:return t.Gj?-28:-59;case 21531:if(i=aa(),!t.Fj.Kk)throw new je(59);return t.Fj.Kk(t,a,i);case 21523:return t.Gj?(t.Gj.Rj.Nk&&(_=[24,80],i=aa(),p[i>>1]=_[0],p[i+2>>1]=_[1]),0):-59;default:return-28}}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return-e.Kj}},Oa:function(e,a,r,t){ea=t;try{return We(a=Qe(e,a=a?ae(f,a):""),r,t?aa():0).Sj}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return-e.Kj}},hc:function(e,a,r,t){try{if(a=Qe(e,a=a?ae(f,a):""),0>=t)return-28;var i=Ue(a),_=Math.min(t,te(i)),o=u[r+_];return ie(i,f,r,t+1),u[r+_]=o,_}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return-e.Kj}},mc:function(e,a){try{var r=Se(e=e?ae(f,e):"",{ek:!0}).node;if(!r)throw new je(44);if(!r.Dj.Mj)throw new je(63);var t=r.Dj.Mj(r);m[a>>2]=t.Fk,m[a+4>>2]=t.mode,N[a+8>>2]=t.Rk,m[a+12>>2]=t.uid,m[a+16>>2]=t.Hk,m[a+20>>2]=t.bk,L=[t.size>>>0,(P=t.size,1<=+Math.abs(P)?0<P?+Math.floor(P/4294967296)>>>0:~~+Math.ceil((P-+(~~P>>>0))/4294967296)>>>0:0)],m[a+24>>2]=L[0],m[a+28>>2]=L[1],m[a+32>>2]=4096,m[a+36>>2]=t.Dk;var i=t.Bk.getTime(),_=t.Qk.getTime(),o=t.Ek.getTime();return L=[Math.floor(i/1e3)>>>0,(P=Math.floor(i/1e3),1<=+Math.abs(P)?0<P?+Math.floor(P/4294967296)>>>0:~~+Math.ceil((P-+(~~P>>>0))/4294967296)>>>0:0)],m[a+40>>2]=L[0],m[a+44>>2]=L[1],N[a+48>>2]=i%1e3*1e3,L=[Math.floor(_/1e3)>>>0,(P=Math.floor(_/1e3),1<=+Math.abs(P)?0<P?+Math.floor(P/4294967296)>>>0:~~+Math.ceil((P-+(~~P>>>0))/4294967296)>>>0:0)],m[a+56>>2]=L[0],m[a+60>>2]=L[1],N[a+64>>2]=_%1e3*1e3,L=[Math.floor(o/1e3)>>>0,(P=Math.floor(o/1e3),1<=+Math.abs(P)?0<P?+Math.floor(P/4294967296)>>>0:~~+Math.ceil((P-+(~~P>>>0))/4294967296)>>>0:0)],m[a+72>>2]=L[0],m[a+76>>2]=L[1],N[a+80>>2]=o%1e3*1e3,L=[t.wk>>>0,(P=t.wk,1<=+Math.abs(P)?0<P?+Math.floor(P/4294967296)>>>0:~~+Math.ceil((P-+(~~P>>>0))/4294967296)>>>0:0)],m[a+88>>2]=L[0],m[a+92>>2]=L[1],0}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return-e.Kj}},ic:function(e,a){try{return He(e=e?ae(f,e):"",a=a?ae(f,a):""),0}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return-e.Kj}},fc:function(e,a,r){try{if(a=Qe(e,a=a?ae(f,a):""),0===r){var t=a,i=Se(t,{parent:!0}).node;if(!i)throw new je(44);var _=$(t),o=ke(i,_),n=Ze(i,_,!1);if(n)throw new je(n);if(!i.Dj.mk)throw new je(63);if(o.Zj)throw new je(10);i.Dj.mk(i,_),ze(o)}else if(512===r){t=Se(i=a,{parent:!0}).node;var c=$(i),s=ke(t,c),l=Ze(t,c,!0);if(l)throw new je(l);if(!t.Dj.ik)throw new je(63);if(s.Zj)throw new je(10);t.Dj.ik(t,c),ze(s)}else D("Invalid flags passed to unlinkat");return 0}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return-e.Kj}},rc:function(e){if(Ca.has(e)){var a=Ca.get(e),r=Ca;r.Yj[e]=void 0,r.Lj.push(e),0<a.readyState&&4>a.readyState&&a.abort()}},oc:()=>1,xb:function(e,a,r){e=new Date(1e3*(a+2097152>>>0<4194305-!!e?(e>>>0)+4294967296*a:NaN)),m[r>>2]=e.getUTCSeconds(),m[r+4>>2]=e.getUTCMinutes(),m[r+8>>2]=e.getUTCHours(),m[r+12>>2]=e.getUTCDate(),m[r+16>>2]=e.getUTCMonth(),m[r+20>>2]=e.getUTCFullYear()-1900,m[r+24>>2]=e.getUTCDay(),m[r+28>>2]=(e.getTime()-Date.UTC(e.getUTCFullYear(),0,1,0,0,0,0))/864e5|0},yb:function(e,a,r){e=new Date(1e3*(a+2097152>>>0<4194305-!!e?(e>>>0)+4294967296*a:NaN)),m[r>>2]=e.getSeconds(),m[r+4>>2]=e.getMinutes(),m[r+8>>2]=e.getHours(),m[r+12>>2]=e.getDate(),m[r+16>>2]=e.getMonth(),m[r+20>>2]=e.getFullYear()-1900,m[r+24>>2]=e.getDay(),m[r+28>>2]=(ta(e.getFullYear())?ia:_a)[e.getMonth()]+e.getDate()-1|0,m[r+36>>2]=-60*e.getTimezoneOffset(),a=new Date(e.getFullYear(),6,1).getTimezoneOffset();var t=new Date(e.getFullYear(),0,1).getTimezoneOffset();m[r+32>>2]=0|(a!=t&&e.getTimezoneOffset()==Math.min(t,a))},gc:(e,a,r)=>{function t(e){return(e=e.toTimeString().match(/\(([A-Za-z ]+)\)$/))?e[1]:"GMT"}var i=(new Date).getFullYear(),_=new Date(i,0,1),o=new Date(i,6,1);i=_.getTimezoneOffset();var n=o.getTimezoneOffset();N[e>>2]=60*Math.max(i,n),m[a>>2]=Number(i!=n),e=t(_),a=t(o),e=oa(e),a=oa(a),n<i?(N[r>>2]=e,N[r+4>>2]=a):(N[r>>2]=a,N[r+4>>2]=e)},G:()=>{D("")},sb:function(){self.postMessage({t:"gfx"})},ub:function(){var e=new URL(location.origin).hostname;if(0===e.length&&(e=new URL(location.href.replace("blob:","")).hostname),/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/.test(e))0===e.indexOf("10.")&&(e="10.*"),0===e.indexOf("192.168.")&&(e="192.168.*"),0===e.indexOf("172.")&&(e="172.*"),0===e.indexOf("127.")&&(e="127.*");else{var a=new RegExp("("+String.fromCharCode(92)+".ngrok"+String.fromCharCode(92)+".io)$","i");a.test(e)&&(e="*.ngrok.io"),(a=new RegExp("("+String.fromCharCode(92)+".ngrok-free"+String.fromCharCode(92)+".app)$","i")).test(e)&&(e="*.ngrok.io"),(a=new RegExp("("+String.fromCharCode(92)+".arweb"+String.fromCharCode(92)+".app)$","i")).test(e)&&(e="*.arweb.app")}a=te(e)+1;var r=sr(a);return ie(e,f,r,a+1),r},tb:function(){self.postMessage({t:"licerr"})},Ja:(e,a,r)=>{function t(){Oa(e)(a)}0<=r?sa(t,r):function(e){Pa((()=>{ca(e)}))}(t)},ua:()=>Date.now(),ac:()=>2147483648,nc:ra,tc:()=>!1,pc:(e,a,r)=>f.copyWithin(e,a,a+r),ec:e=>{var a=f.length;if(2147483648<(e>>>=0))return!1;for(var r=1;4>=r;r*=2){var t=a*(1+.2/r);t=Math.min(t,e+100663296);var i=Math;t=Math.max(e,t);e:{i=(i.min.call(i,2147483648,t+(65536-t%65536)%65536)-h.buffer.byteLength+65535)/65536;try{h.grow(i),w();var _=1;break e}catch(e){}_=void 0}if(_)return!0}return!1},sc:function(e,a,r,t,i){function _(e){v?e():ca(e)}var o=e+112,n=N[o+36>>2],c=N[o+40>>2],s=N[o+44>>2],l=N[o+48>>2],E=N[o+52>>2],v=!!(64&E),h=e=>{_((()=>{n?Oa(n)(e):a?.(e)}))},d=e=>{_((()=>{s?Oa(s)(e):t?.(e)}))},u=e=>{_((()=>{c?Oa(c)(e):r?.(e)}))},p=e=>{_((()=>{l?Oa(l)(e):i?.(e)}))},m=e=>{Ga(e,h,u,d,p)},j=(e,r)=>{Ua(e,r.response,(e=>{_((()=>{n?Oa(n)(e):a?.(e)}))}),(e=>{_((()=>{n?Oa(n)(e):a?.(e)}))}))},g=Xe(o+0),S=!!(16&E),w=!!(4&E);if(E=!!(32&E),"EM_IDB_STORE"===g)m=N[o+84>>2],Ua(e,f.slice(m,m+N[o+88>>2]),h,u);else if("EM_IDB_DELETE"===g)!function(e,a,r){var t=Aa;if(t){var i=N[e+112+64>>2];i||=N[e+8>>2],i=i?ae(f,i):"";try{var _=t.transaction(["FILES"],"readwrite").objectStore("FILES").delete(i);_.onsuccess=r=>{r=r.target.result,N[e+12>>2]=0,Ha(e+16,0),Ha(e+24,0),Ha(e+32,0),b[e+40>>1]=4,b[e+42>>1]=200,ie("OK",f,e+44,64),a(e,0,r)},_.onerror=a=>{b[e+40>>1]=4,b[e+42>>1]=404,ie("Not Found",f,e+44,64),r(e,0,a)}}catch(a){r(e,0,a)}}else r(e,0,"IndexedDB not available!")}(e,h,u);else if(S){if(E)return 0;Ga(e,w?j:h,u,d,p)}else!function(e,a,r){var t=Aa;if(t){var i=N[e+112+64>>2];i||=N[e+8>>2],i=i?ae(f,i):"";try{var _=t.transaction(["FILES"],"readonly").objectStore("FILES").get(i);_.onsuccess=t=>{if(t.target.result){var i=(t=t.target.result).byteLength||t.length,_=sr(i);f.set(new Uint8Array(t),_),N[e+12>>2]=_,Ha(e+16,i),Ha(e+24,0),Ha(e+32,i),b[e+40>>1]=4,b[e+42>>1]=200,ie("OK",f,e+44,64),a(e,0,t)}else b[e+40>>1]=4,b[e+42>>1]=404,ie("Not Found",f,e+44,64),r(e,0,"no data")},_.onerror=a=>{b[e+40>>1]=4,b[e+42>>1]=404,ie("Not Found",f,e+44,64),r(e,0,a)}}catch(a){r(e,0,a)}}else r(e,0,"IndexedDB not available!")}(e,h,E?u:w?e=>{Ga(e,j,u,d,p)}:m);return e},kc:(e,a)=>{var r=0;return Ya().forEach(((t,i)=>{var _=a+r;for(i=N[e+4*i>>2]=_,_=0;_<t.length;++_)u[i++>>0]=t.charCodeAt(_);u[i>>0]=0,r+=t.length+1})),0},lc:(e,a)=>{var r=Ya();N[e>>2]=r.length;var t=0;return r.forEach((e=>t+=e.length+1)),N[a>>2]=t,0},uc:e=>{d=e,na(e)},ca:function(e){try{var a=xe(e);if(null===a.Sj)throw new je(8);a.Uj&&(a.Uj=null);try{a.Fj.close&&a.Fj.close(a)}catch(e){throw e}finally{pe[a.Sj]=null}return a.Sj=null,0}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return e.Kj}},Pa:function(e,a,r,t){try{e:{var i=xe(e);e=a;for(var _,o=a=0;o<r;o++){var n=N[e>>2],c=N[e+4>>2];e+=8;var s=i,l=_,E=u;if(0>c||0>l)throw new je(28);if(null===s.Sj)throw new je(8);if(1==(2097155&s.flags))throw new je(8);if(Ke(s.node.mode))throw new je(31);if(!s.Fj.read)throw new je(28);var v=void 0!==l;if(v){if(!s.seekable)throw new je(70)}else l=s.position;var h=s.Fj.read(s,E,n,c,l);v||(s.position+=h);var d=h;if(0>d){var f=-1;break e}if(a+=d,d<c)break;void 0!==_&&(_+=d)}f=a}return N[t>>2]=f,0}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return e.Kj}},zb:function(e,a,r,t,i){a=r+2097152>>>0<4194305-!!a?(a>>>0)+4294967296*r:NaN;try{if(isNaN(a))return 61;var _=xe(e);return qe(_,a,t),L=[_.position>>>0,(P=_.position,1<=+Math.abs(P)?0<P?+Math.floor(P/4294967296)>>>0:~~+Math.ceil((P-+(~~P>>>0))/4294967296)>>>0:0)],m[i>>2]=L[0],m[i+4>>2]=L[1],_.Uj&&0===a&&0===t&&(_.Uj=null),0}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return e.Kj}},va:function(e,a,r,t){try{e:{var i=xe(e);e=a;for(var _,o=a=0;o<r;o++){var n=N[e>>2],c=N[e+4>>2];e+=8;var s=i,l=n,E=c,v=_,h=u;if(0>E||0>v)throw new je(28);if(null===s.Sj)throw new je(8);if(0==(2097155&s.flags))throw new je(8);if(Ke(s.node.mode))throw new je(31);if(!s.Fj.write)throw new je(28);s.seekable&&1024&s.flags&&qe(s,0,2);var d=void 0!==v;if(d){if(!s.seekable)throw new je(70)}else v=s.position;var f=s.Fj.write(s,h,l,E,v,void 0);d||(s.position+=f);var p=f;if(0>p){var b=-1;break e}a+=p,void 0!==_&&(_+=p)}b=a}return N[t>>2]=b,0}catch(e){if(void 0===$e||"ErrnoError"!==e.name)throw e;return e.Kj}},Ma:(e,a)=>{_r.bindTexture(e,$a[a])},Na:(e,a)=>{for(var r=0;r<e;r++){var t=_r.createTexture(),i=t&&Qa($a);t?(t.name=i,$a[i]=t):qa||=1282,m[a+4*r>>2]=i}},ra:(e,a,r,t,i,_,o,n,c)=>{var s=_r,l=s.texImage2D;if(c){var E=n-5120;E=1==E?f:4==E?m:6==E?j:5==E||28922==E?N:b;var v=31-Math.clz32(E.BYTES_PER_ELEMENT);c=E.subarray(c>>v,c+i*(t*({5:3,6:4,8:2,29502:3,29504:4}[o-6402]||1)*(1<<v)+4-1&-4)>>v)}else c=null;l.call(s,e,a,r,t,i,_,o,n,c)},sa:function(e,a,r){_r.texParameteri(e,a,r)},z:function(e){var a=hr();try{return Oa(e)()}catch(e){if(dr(a),e!==e+0)throw e;Er(1,0)}},da:function(e,a){var r=hr();try{return Oa(e)(a)}catch(e){if(dr(r),e!==e+0)throw e;Er(1,0)}},wa:function(e,a,r){var t=hr();try{return Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},W:function(e,a,r){var t=hr();try{return Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},V:function(e,a,r,t){var i=hr();try{return Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},ib:function(e,a,r,t,i){var _=hr();try{return Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},za:function(e,a,r,t,i,_,o,n){var c=hr();try{return Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},Mb:function(e,a,r,t,i){var _=hr();try{return Fr(e,a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Ab:function(e,a,r,t,i){var _=hr();try{return Vr(e,a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Q:function(e,a){var r=hr();try{return Oa(e)(a)}catch(e){if(dr(r),e!==e+0)throw e;Er(1,0)}},fa:function(e,a,r){var t=hr();try{return Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},ga:function(e,a,r,t){var i=hr();try{return Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},ab:function(e,a,r,t,i,_){var o=hr();try{return Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},t:function(e){var a=hr();try{return Oa(e)()}catch(e){if(dr(a),e!==e+0)throw e;Er(1,0)}},Ra:function(e,a,r,t,i){var _=hr();try{return Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Ya:function(e,a,r,t,i,_){var o=hr();try{return Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},b:function(e,a){var r=hr();try{return Oa(e)(a)}catch(e){if(dr(r),e!==e+0)throw e;Er(1,0)}},q:function(e,a,r){var t=hr();try{return Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},Aa:function(e,a,r,t){var i=hr();try{return Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},wc:function(e,a,r,t,i){var _=hr();try{return Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},ya:function(e,a,r,t){var i=hr();try{return Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},ha:function(e,a,r){var t=hr();try{return Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},_a:function(e,a,r,t,i){var _=hr();try{return Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Za:function(e,a,r,t,i,_){var o=hr();try{return Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},e:function(e,a,r){var t=hr();try{return Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},U:function(e,a,r,t){var i=hr();try{return Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},jb:function(e,a,r,t,i){var _=hr();try{return Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},vc:function(e,a,r,t,i,_,o,n){var c=hr();try{return Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},Xa:function(e,a,r,t,i,_,o,n,c,s,l,E,v){var h=hr();try{return Oa(e)(a,r,t,i,_,o,n,c,s,l,E,v)}catch(e){if(dr(h),e!==e+0)throw e;Er(1,0)}},$a:function(e,a,r,t,i,_){var o=hr();try{return Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},mb:function(e,a,r,t,i,_){var o=hr();try{return Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},d:function(e,a,r,t){var i=hr();try{return Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},Ta:function(e,a,r,t,i,_){var o=hr();try{return Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},l:function(e,a,r,t,i){var _=hr();try{return Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Sa:function(e,a,r,t,i,_){var o=hr();try{return Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},ia:function(e,a,r,t,i,_,o){var n=hr();try{return Oa(e)(a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},Ga:function(e,a,r,t,i,_,o,n,c){var s=hr();try{return Oa(e)(a,r,t,i,_,o,n,c)}catch(e){if(dr(s),e!==e+0)throw e;Er(1,0)}},s:function(e,a,r,t,i,_){var o=hr();try{return Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},B:function(e,a,r,t,i,_,o){var n=hr();try{return Oa(e)(a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},x:function(e,a,r,t,i,_,o,n){var c=hr();try{return Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},pb:function(e,a,r,t,i,_,o,n,c,s,l){var E=hr();try{return Oa(e)(a,r,t,i,_,o,n,c,s,l)}catch(e){if(dr(E),e!==e+0)throw e;Er(1,0)}},H:function(e,a,r,t,i,_,o,n,c){var s=hr();try{return Oa(e)(a,r,t,i,_,o,n,c)}catch(e){if(dr(s),e!==e+0)throw e;Er(1,0)}},ba:function(e,a,r,t,i,_,o,n,c,s){var l=hr();try{return Oa(e)(a,r,t,i,_,o,n,c,s)}catch(e){if(dr(l),e!==e+0)throw e;Er(1,0)}},M:function(e,a,r,t,i,_,o,n,c,s,l){var E=hr();try{return Oa(e)(a,r,t,i,_,o,n,c,s,l)}catch(e){if(dr(E),e!==e+0)throw e;Er(1,0)}},ka:function(e,a,r,t,i,_,o,n,c,s,l,E){var v=hr();try{return Oa(e)(a,r,t,i,_,o,n,c,s,l,E)}catch(e){if(dr(v),e!==e+0)throw e;Er(1,0)}},wb:function(e,a,r,t,i,_,o){var n=hr();try{return Br(e,a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},Jb:function(e,a,r,t,i,_,o,n,c){var s=hr();try{return Cr(e,a,r,t,i,_,o,n,c)}catch(e){if(dr(s),e!==e+0)throw e;Er(1,0)}},Cb:function(e,a,r,t,i,_){var o=hr();try{return Wr(e,a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},Rb:function(e,a,r,t,i){var _=hr();try{return Lr(e,a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Xb:function(e,a,r,t){var i=hr();try{return yr(e,a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},Vb:function(e,a,r,t,i){var _=hr();try{return zr(e,a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Lb:function(e,a,r,t,i,_){var o=hr();try{return Mr(e,a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},Ib:function(e,a,r,t,i,_,o){var n=hr();try{return Ar(e,a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},Tb:function(e,a,r,t,i,_){var o=hr();try{return Ir(e,a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},Ob:function(e,a,r,t,i,_,o,n,c,s,l,E,v){var h=hr();try{return Zr(e,a,r,t,i,_,o,n,c,s,l,E,v)}catch(e){if(dr(h),e!==e+0)throw e;Er(1,0)}},Db:function(e,a,r,t){var i=hr();try{return Ur(e,a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},_b:function(e){var a=hr();try{return Nr(e)}catch(e){if(dr(a),e!==e+0)throw e;Er(1,0)}},Qb:function(e,a){var r=hr();try{return Rr(e,a)}catch(e){if(dr(r),e!==e+0)throw e;Er(1,0)}},Gb:function(e,a,r){var t=hr();try{return Or(e,a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},Hb:function(e,a,r,t){var i=hr();try{return Tr(e,a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},vb:function(e,a,r,t,i){var _=hr();try{return Yr(e,a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Ub:function(e,a,r,t){var i=hr();try{return Pr(e,a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},Sb:function(e,a,r,t,i){var _=hr();try{return Kr(e,a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Bb:function(e,a,r){var t=hr();try{return qr(e,a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},m:function(e){var a=hr();try{Oa(e)()}catch(e){if(dr(a),e!==e+0)throw e;Er(1,0)}},Ea:function(e,a,r){var t=hr();try{Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},L:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},g:function(e,a){var r=hr();try{Oa(e)(a)}catch(e){if(dr(r),e!==e+0)throw e;Er(1,0)}},Qa:function(e,a,r){var t=hr();try{Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},gb:function(e,a,r,t){var i=hr();try{Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},Ua:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},ma:function(e,a,r,t,i,_,o){var n=hr();try{Oa(e)(a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},Wa:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},La:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},aa:function(e,a,r,t){var i=hr();try{Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},R:function(e,a,r,t,i){var _=hr();try{Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},ob:function(e,a,r){var t=hr();try{Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},Va:function(e,a,r,t,i){var _=hr();try{Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},cb:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},f:function(e,a,r){var t=hr();try{Oa(e)(a,r)}catch(e){if(dr(t),e!==e+0)throw e;Er(1,0)}},u:function(e,a,r,t){var i=hr();try{Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},O:function(e,a,r,t,i){var _=hr();try{Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},N:function(e,a,r,t){var i=hr();try{Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},_:function(e,a,r,t,i){var _=hr();try{Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Ba:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},db:function(e,a,r,t,i,_,o,n,c){var s=hr();try{Oa(e)(a,r,t,i,_,o,n,c)}catch(e){if(dr(s),e!==e+0)throw e;Er(1,0)}},P:function(e,a,r,t,i){var _=hr();try{Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},h:function(e,a,r,t){var i=hr();try{Oa(e)(a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},ea:function(e,a,r,t,i){var _=hr();try{Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},xa:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},kb:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},Ca:function(e,a,r,t,i,_,o,n){var c=hr();try{Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},ja:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},Ia:function(e,a,r,t,i,_,o,n){var c=hr();try{Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},Y:function(e,a,r,t,i,_,o,n,c,s,l,E){var v=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E)}catch(e){if(dr(v),e!==e+0)throw e;Er(1,0)}},qb:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},pa:function(e,a,r,t,i,_,o){var n=hr();try{Oa(e)(a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},j:function(e,a,r,t,i){var _=hr();try{Oa(e)(a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},na:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},hb:function(e,a,r,t,i,_,o,n,c){var s=hr();try{Oa(e)(a,r,t,i,_,o,n,c)}catch(e){if(dr(s),e!==e+0)throw e;Er(1,0)}},rb:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},bb:function(e,a,r,t,i,_,o,n,c,s,l){var E=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l)}catch(e){if(dr(E),e!==e+0)throw e;Er(1,0)}},Ha:function(e,a,r,t,i,_,o,n){var c=hr();try{Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},qa:function(e,a,r,t,i,_,o){var n=hr();try{Oa(e)(a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},fb:function(e,a,r,t,i,_,o,n){var c=hr();try{Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},nb:function(e,a,r,t,i,_,o,n,c){var s=hr();try{Oa(e)(a,r,t,i,_,o,n,c)}catch(e){if(dr(s),e!==e+0)throw e;Er(1,0)}},k:function(e,a,r,t,i,_){var o=hr();try{Oa(e)(a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},X:function(e,a,r,t,i,_,o){var n=hr();try{Oa(e)(a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},lb:function(e,a,r,t,i,_,o,n){var c=hr();try{Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},$:function(e,a,r,t,i,_,o,n){var c=hr();try{Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},o:function(e,a,r,t,i,_,o){var n=hr();try{Oa(e)(a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},y:function(e,a,r,t,i,_,o,n){var c=hr();try{Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},oa:function(e,a,r,t,i,_,o,n){var c=hr();try{Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},p:function(e,a,r,t,i,_,o,n){var c=hr();try{Oa(e)(a,r,t,i,_,o,n)}catch(e){if(dr(c),e!==e+0)throw e;Er(1,0)}},v:function(e,a,r,t,i,_,o,n,c,s,l,E,v){var h=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E,v)}catch(e){if(dr(h),e!==e+0)throw e;Er(1,0)}},S:function(e,a,r,t,i,_,o,n,c,s){var l=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s)}catch(e){if(dr(l),e!==e+0)throw e;Er(1,0)}},Z:function(e,a,r,t,i,_,o,n,c,s,l,E,v){var h=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E,v)}catch(e){if(dr(h),e!==e+0)throw e;Er(1,0)}},C:function(e,a,r,t,i,_,o,n,c){var s=hr();try{Oa(e)(a,r,t,i,_,o,n,c)}catch(e){if(dr(s),e!==e+0)throw e;Er(1,0)}},F:function(e,a,r,t,i,_,o,n,c,s){var l=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s)}catch(e){if(dr(l),e!==e+0)throw e;Er(1,0)}},I:function(e,a,r,t,i,_,o,n,c,s,l){var E=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l)}catch(e){if(dr(E),e!==e+0)throw e;Er(1,0)}},Da:function(e,a,r,t,i,_,o,n,c,s,l,E){var v=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E)}catch(e){if(dr(v),e!==e+0)throw e;Er(1,0)}},K:function(e,a,r,t,i,_,o,n,c,s,l,E,v,h){var d=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E,v,h)}catch(e){if(dr(d),e!==e+0)throw e;Er(1,0)}},E:function(e,a,r,t,i,_,o,n,c,s,l,E){var v=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E)}catch(e){if(dr(v),e!==e+0)throw e;Er(1,0)}},J:function(e,a,r,t,i,_,o,n,c,s,l,E,v){var h=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E,v)}catch(e){if(dr(h),e!==e+0)throw e;Er(1,0)}},Fa:function(e,a,r,t,i,_,o,n,c,s,l,E,v,h){var d=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E,v,h)}catch(e){if(dr(d),e!==e+0)throw e;Er(1,0)}},eb:function(e,a,r,t,i,_,o,n,c,s,l,E,v,h,d){var u=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E,v,h,d)}catch(e){if(dr(u),e!==e+0)throw e;Er(1,0)}},la:function(e,a,r,t,i,_,o,n,c,s,l,E,v,h,d,u){var f=hr();try{Oa(e)(a,r,t,i,_,o,n,c,s,l,E,v,h,d,u)}catch(e){if(dr(f),e!==e+0)throw e;Er(1,0)}},Kb:function(e,a,r,t,i,_,o,n,c){var s=hr();try{Dr(e,a,r,t,i,_,o,n,c)}catch(e){if(dr(s),e!==e+0)throw e;Er(1,0)}},Zb:function(e,a,r,t,i,_){var o=hr();try{Sr(e,a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},$b:function(e,a,r,t,i){var _=hr();try{jr(e,a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Nb:function(e,a,r,t,i,_){var o=hr();try{xr(e,a,r,t,i,_)}catch(e){if(dr(o),e!==e+0)throw e;Er(1,0)}},Wb:function(e,a,r,t,i,_,o){var n=hr();try{gr(e,a,r,t,i,_,o)}catch(e){if(dr(n),e!==e+0)throw e;Er(1,0)}},Yb:function(e,a,r,t){var i=hr();try{wr(e,a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},Pb:function(e,a,r,t,i){var _=hr();try{kr(e,a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},Eb:function(e,a,r,t){var i=hr();try{Hr(e,a,r,t)}catch(e){if(dr(i),e!==e+0)throw e;Er(1,0)}},Fb:function(e,a,r,t,i){var _=hr();try{Gr(e,a,r,t,i)}catch(e){if(dr(_),e!==e+0)throw e;Er(1,0)}},A:e=>e,bc:(e,a,r,t)=>((e,a,r,t)=>{function i(e,a,r){for(e="number"==typeof e?e.toString():e||"";e.length<a;)e=r[0]+e;return e}function _(e,a){return i(e,a,"0")}function o(e,a){function r(e){return 0>e?-1:0<e?1:0}var t;return 0===(t=r(e.getFullYear()-a.getFullYear()))&&0===(t=r(e.getMonth()-a.getMonth()))&&(t=r(e.getDate()-a.getDate())),t}function n(e){switch(e.getDay()){case 0:return new Date(e.getFullYear()-1,11,29);case 1:return e;case 2:return new Date(e.getFullYear(),0,3);case 3:return new Date(e.getFullYear(),0,2);case 4:return new Date(e.getFullYear(),0,1);case 5:return new Date(e.getFullYear()-1,11,31);case 6:return new Date(e.getFullYear()-1,11,30)}}function c(e){var a=e.Wj;for(e=new Date(new Date(e.Xj+1900,0,1).getTime());0<a;){var r=e.getMonth(),t=(ta(e.getFullYear())?rr:tr)[r];if(!(a>t-e.getDate())){e.setDate(e.getDate()+a);break}a-=t-e.getDate()+1,e.setDate(1),11>r?e.setMonth(r+1):(e.setMonth(0),e.setFullYear(e.getFullYear()+1))}return r=new Date(e.getFullYear()+1,0,4),a=n(new Date(e.getFullYear(),0,4)),r=n(r),0>=o(a,e)?0>=o(r,e)?e.getFullYear()+1:e.getFullYear():e.getFullYear()-1}var s=N[t+40>>2];for(var l in t={Uk:m[t>>2],Tk:m[t+4>>2],kk:m[t+8>>2],sk:m[t+12>>2],lk:m[t+16>>2],Xj:m[t+20>>2],Pj:m[t+24>>2],Wj:m[t+28>>2],ol:m[t+32>>2],Sk:m[t+36>>2],Vk:s&&s?ae(f,s):""},r=r?ae(f,r):"",s={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"})r=r.replace(new RegExp(l,"g"),s[l]);var E="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),v="January February March April May June July August September October November December".split(" ");for(l in s={"%a":e=>E[e.Pj].substring(0,3),"%A":e=>E[e.Pj],"%b":e=>v[e.lk].substring(0,3),"%B":e=>v[e.lk],"%C":e=>_((e.Xj+1900)/100|0,2),"%d":e=>_(e.sk,2),"%e":e=>i(e.sk,2," "),"%g":e=>c(e).toString().substring(2),"%G":c,"%H":e=>_(e.kk,2),"%I":e=>(0==(e=e.kk)?e=12:12<e&&(e-=12),_(e,2)),"%j":e=>{for(var a=0,r=0;r<=e.lk-1;a+=(ta(e.Xj+1900)?rr:tr)[r++]);return _(e.sk+a,3)},"%m":e=>_(e.lk+1,2),"%M":e=>_(e.Tk,2),"%n":()=>"\n","%p":e=>0<=e.kk&&12>e.kk?"AM":"PM","%S":e=>_(e.Uk,2),"%t":()=>"\t","%u":e=>e.Pj||7,"%U":e=>_(Math.floor((e.Wj+7-e.Pj)/7),2),"%V":e=>{var a=Math.floor((e.Wj+7-(e.Pj+6)%7)/7);if(2>=(e.Pj+371-e.Wj-2)%7&&a++,a)53==a&&(4==(r=(e.Pj+371-e.Wj)%7)||3==r&&ta(e.Xj)||(a=1));else{a=52;var r=(e.Pj+7-e.Wj-1)%7;(4==r||5==r&&ta(e.Xj%400-1))&&a++}return _(a,2)},"%w":e=>e.Pj,"%W":e=>_(Math.floor((e.Wj+7-(e.Pj+6)%7)/7),2),"%y":e=>(e.Xj+1900).toString().substring(2),"%Y":e=>e.Xj+1900,"%z":e=>{var a=0<=(e=e.Sk);return e=Math.abs(e)/60,(a?"+":"-")+String("0000"+(e/60*100+e%60)).slice(-4)},"%Z":e=>e.Vk,"%%":()=>"%"},r=r.replace(/%%/g,"\0\0"),s)r.includes(l)&&(r=r.replace(new RegExp(l,"g"),s[l](t)));return(l=_e(r=r.replace(/\0\0/g,"%"),!1)).length>a?0:(u.set(l,e),l.length-1)})(e,a,r,t)},nr=function(){function e(e){return nr=e.exports,h=nr.xc,w(),Da=nr.Cc,z.unshift(nr.yc),M(),nr}var a={a:or};if(F(),i.instantiateWasm)try{return i.instantiateWasm(a,e)}catch(e){v(`Module.instantiateWasm callback failed with error: ${e}`),r(e)}return a=function(e){if(K==K&&l)var a=new Uint8Array(l);else{if(!_)throw'sync fetching of the wasm failed: you can preload it to Module["wasmBinary"] manually, or emcc.py will do that for you when generating HTML (but not JS)';a=_(K)}return a=new WebAssembly.Module(a),[new WebAssembly.Instance(a,e),a]}(a),e(a[0])}();i._zappar_has_initialized=nr.zc,i._zappar_invert=nr.Ac,i._zappar_loaded=nr.Bc,i._zappar_pipeline_create=nr.Dc,i._zappar_pipeline_destroy=nr.Ec,i._zappar_pipeline_camera_frame_submit=nr.Fc,i._zappar_pipeline_camera_frame_submit_raw_pointer=nr.Gc,i._zappar_pipeline_frame_update=nr.Hc,i._zappar_pipeline_camera_frame_user_data=nr.Ic,i._zappar_pipeline_camera_model=nr.Jc,i._zappar_pipeline_frame_number=nr.Kc,i._zappar_pipeline_camera_frame_data_raw_size=nr.Lc,i._zappar_pipeline_camera_frame_data_raw_width=nr.Mc,i._zappar_pipeline_camera_frame_data_raw_height=nr.Nc,i._zappar_pipeline_camera_frame_data_raw=nr.Oc,i._zappar_pipeline_motion_accelerometer_submit=nr.Pc,i._zappar_pipeline_motion_accelerometer_with_gravity_submit_int=nr.Qc,i._zappar_pipeline_motion_accelerometer_without_gravity_submit_int=nr.Rc,i._zappar_pipeline_motion_rotation_rate_submit_int=nr.Sc,i._zappar_pipeline_motion_attitude_submit_int=nr.Tc,i._zappar_pipeline_motion_rotation_rate_submit=nr.Uc,i._zappar_pipeline_motion_attitude_submit=nr.Vc,i._zappar_pipeline_motion_attitude_matrix_submit=nr.Wc,i._zappar_pipeline_camera_frame_user_facing=nr.Xc,i._zappar_pipeline_camera_frame_texture_matrix=nr.Yc,i._zappar_pipeline_camera_pose_with_attitude=nr.Zc,i._zappar_pipeline_camera_pose_with_origin=nr._c,i._zappar_pipeline_camera_frame_camera_attitude=nr.$c,i._zappar_pipeline_camera_frame_device_attitude=nr.ad,i._zappar_pipeline_camera_frame_texture_gl=nr.bd,i._zappar_pipeline_camera_frame_upload_gl=nr.cd,i._zappar_pipeline_sequence_record_start=nr.dd,i._zappar_pipeline_sequence_record_stop=nr.ed,i._zappar_pipeline_sequence_record_clear=nr.fd,i._zappar_pipeline_sequence_record_device_attitude_matrices_set=nr.gd,i._zappar_pipeline_sequence_record_data_size=nr.hd,i._zappar_pipeline_sequence_record_data=nr.id,i._zappar_pipeline_process_gl=nr.jd,i._zappar_pipeline_camera_pose_default=nr.kd,i._zappar_instant_world_tracker_create=nr.ld,i._zappar_instant_world_tracker_destroy=nr.md,i._zappar_instant_world_tracker_anchor_pose_set_from_camera_offset_raw=nr.nd,i._zappar_instant_world_tracker_anchor_pose_raw=nr.od,i._zappar_instant_world_tracker_enabled_set=nr.pd,i._zappar_instant_world_tracker_enabled=nr.qd,i._zappar_image_tracker_create=nr.rd,i._zappar_image_tracker_destroy=nr.sd,i._zappar_image_tracker_target_load_from_memory=nr.td,i.__Z42zappar_image_tracker_target_load_from_fileP23zappar_image_tracker_tiPKc=nr.ud;var cr=i._free=nr.vd;i._zappar_image_tracker_anchor_count=nr.wd,i._zappar_image_tracker_anchor_id=nr.xd,i._zappar_image_tracker_anchor_pose_raw=nr.yd,i._zappar_image_tracker_enabled_set=nr.zd,i._zappar_image_tracker_enabled=nr.Ad,i._zappar_image_tracker_target_loaded_version=nr.Bd,i.__Z33zappar_image_tracker_target_countP23zappar_image_tracker_ti=nr.Cd,i.__Z46zappar_image_tracker_target_preview_compressedP23zappar_image_tracker_tii=nr.Dd,i.__Z51zappar_image_tracker_target_preview_compressed_sizeP23zappar_image_tracker_tii=nr.Ed,i.__Z55zappar_image_tracker_target_preview_compressed_mimetypeP23zappar_image_tracker_tii=nr.Fd,i.__Z40zappar_image_tracker_target_preview_rgbaP23zappar_image_tracker_tii=nr.Gd,i.__Z45zappar_image_tracker_target_preview_rgba_sizeP23zappar_image_tracker_tii=nr.Hd,i.__Z46zappar_image_tracker_target_preview_rgba_widthP23zappar_image_tracker_tii=nr.Id,i.__Z47zappar_image_tracker_target_preview_rgba_heightP23zappar_image_tracker_tii=nr.Jd,i.__Z38zappar_image_tracker_target_radius_topP23zappar_image_tracker_tii=nr.Kd,i.__Z41zappar_image_tracker_target_radius_bottomP23zappar_image_tracker_tii=nr.Ld,i.__Z39zappar_image_tracker_target_side_lengthP23zappar_image_tracker_tii=nr.Md,i.__Z49zappar_image_tracker_target_physical_scale_factorP23zappar_image_tracker_tii=nr.Nd,i.__Z49zappar_image_tracker_target_preview_mesh_verticesP23zappar_image_tracker_tii=nr.Od,i.__Z48zappar_image_tracker_target_preview_mesh_normalsP23zappar_image_tracker_tii=nr.Pd,i.__Z44zappar_image_tracker_target_preview_mesh_uvsP23zappar_image_tracker_tii=nr.Qd,i.__Z48zappar_image_tracker_target_preview_mesh_indicesP23zappar_image_tracker_tii=nr.Rd,i.__Z54zappar_image_tracker_target_preview_mesh_vertices_sizeP23zappar_image_tracker_tii=nr.Sd,i.__Z53zappar_image_tracker_target_preview_mesh_normals_sizeP23zappar_image_tracker_tii=nr.Td,i.__Z49zappar_image_tracker_target_preview_mesh_uvs_sizeP23zappar_image_tracker_tii=nr.Ud,i.__Z53zappar_image_tracker_target_preview_mesh_indices_sizeP23zappar_image_tracker_tii=nr.Vd,i.__Z32zappar_image_tracker_target_typeP23zappar_image_tracker_tii=nr.Wd,i._zappar_face_tracker_create=nr.Xd,i._zappar_face_tracker_destroy=nr.Yd,i._zappar_face_tracker_model_load_from_memory=nr.Zd,i._zappar_face_tracker_anchor_count=nr._d,i._zappar_face_tracker_anchor_id=nr.$d,i._zappar_face_tracker_anchor_pose_raw=nr.ae,i._zappar_face_tracker_anchor_identity_coefficients=nr.be,i._zappar_face_tracker_anchor_expression_coefficients=nr.ce,i._zappar_face_tracker_enabled_set=nr.de,i._zappar_face_tracker_enabled=nr.ee,i._zappar_face_tracker_max_faces_set=nr.fe,i._zappar_face_tracker_max_faces=nr.ge,i._zappar_face_tracker_model_loaded_version=nr.he,i._zappar_face_landmark_create=nr.ie,i._zappar_face_landmark_destroy=nr.je,i.__Z27zappar_face_landmark_updateP23zappar_face_landmark_tiPKfS2_i=nr.ke,i._zappar_face_landmark_anchor_pose=nr.le,i._zappar_barcode_finder_create=nr.me,i._zappar_barcode_finder_destroy=nr.ne,i._zappar_barcode_finder_found_number=nr.oe,i._zappar_barcode_finder_found_text=nr.pe,i._zappar_barcode_finder_enabled_set=nr.qe,i._zappar_barcode_finder_enabled=nr.re,i._zappar_barcode_finder_found_format=nr.se,i._zappar_barcode_finder_formats=nr.te,i._zappar_barcode_finder_formats_set=nr.ue,i._zappar_zapcode_tracker_create=nr.ve,i._zappar_zapcode_tracker_destroy=nr.we,i._zappar_zapcode_tracker_target_load_from_memory=nr.xe,i.__Z44zappar_zapcode_tracker_target_load_from_fileP25zappar_zapcode_tracker_tiPKc=nr.ye,i._zappar_zapcode_tracker_anchor_count=nr.ze,i._zappar_zapcode_tracker_anchor_id=nr.Ae,i._zappar_zapcode_tracker_anchor_pose_raw=nr.Be,i._zappar_zapcode_tracker_enabled_set=nr.Ce,i._zappar_zapcode_tracker_enabled=nr.De,i._zappar_zapcode_tracker_target_loaded_version=nr.Ee;var sr=i._malloc=nr.Fe;i._zappar_face_mesh_create=nr.Ge,i._zappar_face_mesh_destroy=nr.He,i.__Z33zappar_face_mesh_load_from_memoryP19zappar_face_mesh_tiPKciiiii=nr.Ie,i.__Z29zappar_face_mesh_indices_sizeP19zappar_face_mesh_ti=nr.Je,i.__Z25zappar_face_mesh_uvs_sizeP19zappar_face_mesh_ti=nr.Ke,i.__Z30zappar_face_mesh_vertices_sizeP19zappar_face_mesh_ti=nr.Le,i.__Z31zappar_face_mesh_loaded_versionP19zappar_face_mesh_ti=nr.Me,i.__Z25zappar_face_mesh_verticesP19zappar_face_mesh_ti=nr.Ne,i.__Z20zappar_face_mesh_uvsP19zappar_face_mesh_ti=nr.Oe,i.__Z24zappar_face_mesh_indicesP19zappar_face_mesh_ti=nr.Pe,i.__Z23zappar_face_mesh_updateP19zappar_face_mesh_tiPKfS2_i=nr.Qe,i.__Z29zappar_face_mesh_normals_sizeP19zappar_face_mesh_ti=nr.Re,i.__Z24zappar_face_mesh_normalsP19zappar_face_mesh_ti=nr.Se,i._zappar_camera_source_create=nr.Te,i._zappar_camera_source_destroy=nr.Ue,i._zappar_camera_source_start=nr.Ve,i._zappar_camera_source_pause=nr.We,i._zappar_camera_default_device_id=nr.Xe,i._zappar_sequence_source_create=nr.Ye,i.__Z28zappar_sequence_source_startP25zappar_sequence_source_ti=nr.Ze,i.__Z39zappar_sequence_source_load_from_memoryP25zappar_sequence_source_tiPKci=nr._e,i.__Z28zappar_sequence_source_pauseP25zappar_sequence_source_ti=nr.$e,i._zappar_sequence_source_destroy=nr.af,i._zappar_sequence_source_max_playback_fps_set=nr.bf,i._zappar_log_level_set=nr.cf,i._zappar_log_level=nr.df,i.__Z23zappar_log_redirect_setPFv18zappar_log_level_tPKcE=nr.ef,i._zappar_world_tracker_create=nr.ff,i._zappar_world_tracker_destroy=nr.gf,i._zappar_world_tracker_world_anchor_valid=nr.hf,i._zappar_world_tracker_plane_count=nr.jf,i._zappar_world_tracker_plane_pose_raw=nr.kf,i._zappar_world_tracker_world_anchor_pose_raw=nr.lf,i._zappar_world_tracker_ground_anchor_valid=nr.mf,i._zappar_world_tracker_ground_anchor_pose_raw=nr.nf,i._zappar_world_tracker_reset=nr.of,i._zappar_world_tracker_enabled_set=nr.pf,i._zappar_world_tracker_quality=nr.qf,i._zappar_world_tracker_enabled=nr.rf,i._zappar_world_tracker_tracks_data_enabled=nr.sf,i._zappar_world_tracker_projections_data_enabled=nr.tf,i._zappar_world_tracker_tracks_data_enabled_set=nr.uf,i._zappar_world_tracker_projections_data_enabled_set=nr.vf,i._zappar_world_tracker_tracks_data=nr.wf,i._zappar_world_tracker_tracks_data_size=nr.xf,i._zappar_world_tracker_projections_data=nr.yf,i._zappar_world_tracker_projections_data_size=nr.zf,i._worker_message_send_count=nr.Af,i._worker_message_send_clear=nr.Bf,i._worker_message_send_data_size=nr.Cf,i._worker_message_send_reference=nr.Df,i._worker_message_send_data=nr.Ef,i._worker_message_receive=nr.Ff,i._ceres_worker=nr.Gf,i._data_download_clear=nr.Hf,i._data_download_size=nr.If,i._data_download=nr.Jf,i._data_should_record_set=nr.Kf,i._zappar_analytics_project_id_set=nr.Lf,i.__ZN5boost13serialization16singleton_module8get_lockEv=nr.Mf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN10SLAMSystem19InitializationInputEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Nf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__23mapIi5FrameNS4_4lessIiEENS4_9allocatorINS4_4pairIKiS6_EEEEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Of,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__24pairIKi5FrameEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Pf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveE5FrameE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Qf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__23mapIiN5Eigen6MatrixIdLi2ELi1ELi0ELi2ELi1EEENS4_4lessIiEENS4_9allocatorINS4_4pairIKiS8_EEEEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Rf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__24pairIKiN5Eigen6MatrixIdLi2ELi1ELi0ELi2ELi1EEEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Sf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5Eigen6MatrixIdLi2ELi1ELi0ELi2ELi1EEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Tf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam5Pose3EE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Uf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5Eigen6MatrixIdLi3ELi1ELi0ELi3ELi1EEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Vf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__26bitsetILm1EEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Wf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__26vectorI3ImuNS4_9allocatorIS6_EEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Xf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveE3ImuE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Yf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__23mapIi12WorldFeatureNS4_4lessIiEENS4_9allocatorINS4_4pairIKiS6_EEEEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Zf,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__24pairIKi12WorldFeatureEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr._f,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveE12WorldFeatureE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.$f,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__210shared_ptrIN5gtsam7Cal3_S2EEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.ag,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam7Cal3_S2EE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.bg,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5Eigen6MatrixIdLi5ELi1ELi0ELi5ELi1EEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.cg,i.__ZNK5boost7archive6detail19pointer_iserializerINS0_15binary_iarchiveEN5gtsam7Cal3_S2EE15load_object_ptrERNS1_14basic_iarchiveEPvj=nr.dg,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN10SLAMSystem10ParametersEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.eg,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN2cv12TermCriteriaEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.fg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN10SLAMSystem20InitializationResultEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.gg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN10SLAMSystem19InitializationInputEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.hg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__23mapIi5FrameNS4_4lessIiEENS4_9allocatorINS4_4pairIKiS6_EEEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ig,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__24pairIKi5FrameEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.jg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveE5FrameE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.kg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__23mapIiN5Eigen6MatrixIdLi2ELi1ELi0ELi2ELi1EEENS4_4lessIiEENS4_9allocatorINS4_4pairIKiS8_EEEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.lg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__24pairIKiN5Eigen6MatrixIdLi2ELi1ELi0ELi2ELi1EEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.mg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5Eigen6MatrixIdLi2ELi1ELi0ELi2ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ng,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam5Pose3EE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.og,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5Eigen6MatrixIdLi3ELi1ELi0ELi3ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.pg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__26bitsetILm1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.qg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__26vectorI3ImuNS4_9allocatorIS6_EEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.rg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveE3ImuE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.sg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__23mapIi12WorldFeatureNS4_4lessIiEENS4_9allocatorINS4_4pairIKiS6_EEEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.tg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__24pairIKi12WorldFeatureEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ug,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveE12WorldFeatureE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.vg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__210shared_ptrIN5gtsam7Cal3_S2EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.wg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam7Cal3_S2EE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.xg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5Eigen6MatrixIdLi5ELi1ELi0ELi5ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.yg,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_15binary_oarchiveEN5gtsam7Cal3_S2EE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.zg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN10SLAMSystem10ParametersEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Ag,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN2cv12TermCriteriaEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Bg,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN10SLAMSystem20InitializationResultEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Cg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveE9RecordingE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Dg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__26vectorI11SensorEventNS4_9allocatorIS6_EEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Eg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveE11SensorEventE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Fg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5Eigen6MatrixIdLin1ELi1ELi0ELin1ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Gg,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__23setIiNS4_4lessIiEENS4_9allocatorIiEEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Hg,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__26bitsetILm2EEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Ig,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__23setIiNS4_4lessIiEENS4_9allocatorIiEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Jg,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__26bitsetILm2EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Kg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5Eigen6MatrixIdLi3ELi1ELi0ELi3ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Lg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5Eigen6MatrixIdLi5ELi1ELi0ELi5ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Mg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__23setIiNS4_4lessIiEENS4_9allocatorIiEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Ng,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__26bitsetILm2EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Og,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__23mapIi5FrameNS4_4lessIiEENS4_9allocatorINS4_4pairIKiS6_EEEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Pg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__24pairIKi5FrameEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Qg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveE5FrameE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Rg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__23mapIiN5Eigen6MatrixIdLi2ELi1ELi0ELi2ELi1EEENS4_4lessIiEENS4_9allocatorINS4_4pairIKiS8_EEEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Sg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__24pairIKiN5Eigen6MatrixIdLi2ELi1ELi0ELi2ELi1EEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Tg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5Eigen6MatrixIdLi2ELi1ELi0ELi2ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Ug,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam5Pose3EE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Vg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__26bitsetILm1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Wg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__26vectorI3ImuNS4_9allocatorIS6_EEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Xg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveE3ImuE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Yg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__23mapIi12WorldFeatureNS4_4lessIiEENS4_9allocatorINS4_4pairIKiS6_EEEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Zg,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__24pairIKi12WorldFeatureEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr._g,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveE12WorldFeatureE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.$g,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_15binary_iarchiveEN5gtsam5Pose3EE11instantiateEv=nr.ah,i.__ZNK5boost7archive6detail19pointer_iserializerINS0_15binary_iarchiveEN5gtsam5Pose3EE15load_object_ptrERNS1_14basic_iarchiveEPvj=nr.bh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_15binary_oarchiveEN5gtsam5Pose3EE11instantiateEv=nr.ch,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_15binary_oarchiveEN5gtsam5Pose3EE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.dh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_12xml_oarchiveEN5gtsam5Pose3EE11instantiateEv=nr.eh,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_12xml_oarchiveEN5gtsam5Pose3EE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.fh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_15binary_iarchiveEN5gtsam21LinearContainerFactorEE11instantiateEv=nr.gh,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam21LinearContainerFactorEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.hh,i.__ZN5boost13serialization18void_cast_registerIN5gtsam21LinearContainerFactorENS2_15NonlinearFactorEEERKNS0_16void_cast_detail11void_casterEPKT_PKT0_=nr.ih,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam15NonlinearFactorEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.jh,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__210shared_ptrIN5gtsam14GaussianFactorEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.kh,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__28optionalIN5gtsam6ValuesEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.lh,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam6ValuesEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.mh,i.__ZNK5boost7archive6detail19pointer_iserializerINS0_15binary_iarchiveEN5gtsam21LinearContainerFactorEE15load_object_ptrERNS1_14basic_iarchiveEPvj=nr.nh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_15binary_oarchiveEN5gtsam21LinearContainerFactorEE11instantiateEv=nr.oh,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam21LinearContainerFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ph,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam15NonlinearFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.qh,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__210shared_ptrIN5gtsam14GaussianFactorEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.rh,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__28optionalIN5gtsam6ValuesEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.sh,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam6ValuesEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.th,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_15binary_oarchiveEN5gtsam21LinearContainerFactorEE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.uh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_12xml_oarchiveEN5gtsam21LinearContainerFactorEE11instantiateEv=nr.vh,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam21LinearContainerFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.wh,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam15NonlinearFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.xh,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__210shared_ptrIN5gtsam14GaussianFactorEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.yh,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__28optionalIN5gtsam6ValuesEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.zh,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam6ValuesEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Ah,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_12xml_oarchiveEN5gtsam21LinearContainerFactorEE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.Bh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_15binary_iarchiveEN5gtsam13HessianFactorEE11instantiateEv=nr.Ch,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam13HessianFactorEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Dh,i.__ZNK5boost7archive6detail19pointer_iserializerINS0_15binary_iarchiveEN5gtsam13HessianFactorEE15load_object_ptrERNS1_14basic_iarchiveEPvj=nr.Eh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_15binary_oarchiveEN5gtsam13HessianFactorEE11instantiateEv=nr.Fh,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam13HessianFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Gh,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_15binary_oarchiveEN5gtsam13HessianFactorEE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.Hh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_12xml_oarchiveEN5gtsam13HessianFactorEE11instantiateEv=nr.Ih,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam13HessianFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Jh,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_12xml_oarchiveEN5gtsam13HessianFactorEE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.Kh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_15binary_iarchiveEN5gtsam14JacobianFactorEE11instantiateEv=nr.Lh,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam14JacobianFactorEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Mh,i.__ZNK5boost7archive6detail19pointer_iserializerINS0_15binary_iarchiveEN5gtsam14JacobianFactorEE15load_object_ptrERNS1_14basic_iarchiveEPvj=nr.Nh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_15binary_oarchiveEN5gtsam14JacobianFactorEE11instantiateEv=nr.Oh,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam14JacobianFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Ph,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_15binary_oarchiveEN5gtsam14JacobianFactorEE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.Qh,i.__ZN5boost7archive6detail25ptr_serialization_supportINS0_12xml_oarchiveEN5gtsam14JacobianFactorEE11instantiateEv=nr.Rh,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam14JacobianFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Sh,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_12xml_oarchiveEN5gtsam14JacobianFactorEE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.Th,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5Eigen6MatrixIdLi6ELi1ELi0ELi6ELi1EEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Uh,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5Eigen6MatrixIdLi6ELi1ELi0ELi6ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Vh,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5Eigen6MatrixIdLi6ELi1ELi0ELi6ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Wh,i.__ZN5boost13serialization18void_cast_registerIN5gtsam10noiseModel8DiagonalENS3_8GaussianEEERKNS0_16void_cast_detail11void_casterEPKT_PKT0_=nr.Xh,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam10noiseModel8GaussianEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Yh,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5Eigen6MatrixIdLin1ELi1ELi0ELin1ELi1EEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Zh,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam10noiseModel8GaussianEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr._h,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5Eigen6MatrixIdLin1ELi1ELi0ELin1ELi1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.$h,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam10noiseModel8GaussianEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ai,i.__ZN5boost13serialization18void_cast_registerIN5gtsam15NonlinearFactorENS2_6FactorEEERKNS0_16void_cast_detail11void_casterEPKT_PKT0_=nr.bi,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam6FactorEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.ci,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam6FactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.di,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam6FactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ei,i.__ZN5boost13serialization18void_cast_registerIN5gtsam14GaussianFactorENS2_6FactorEEERKNS0_16void_cast_detail11void_casterEPKT_PKT0_=nr.fi,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5Eigen6MatrixIdLin1ELin1ELi0ELin1ELin1EEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.gi,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__26vectorIlNS4_9allocatorIlEEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.hi,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5Eigen6MatrixIdLin1ELin1ELi0ELin1ELin1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ii,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__26vectorIlNS4_9allocatorIlEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ji,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5Eigen6MatrixIdLin1ELin1ELi0ELin1ELin1EEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ki,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__26vectorIlNS4_9allocatorIlEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.li,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__23mapIyNS4_10unique_ptrIN5gtsam5ValueENS4_14default_deleteIS8_EEEENS4_4lessIyEENS4_9allocatorINS4_4pairIKySB_EEEEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.mi,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__24pairIKyNS4_10unique_ptrIN5gtsam5ValueENS4_14default_deleteIS9_EEEEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.ni,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__210unique_ptrIN5gtsam5ValueENS4_14default_deleteIS7_EEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.oi,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__23mapIyRKN5gtsam5ValueENS4_4lessIyEENS4_9allocatorINS4_4pairIKyS9_EEEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.pi,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__24pairIKyRKN5gtsam5ValueEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.qi,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam5ValueEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ri,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__23mapIyRKN5gtsam5ValueENS4_4lessIyEENS4_9allocatorINS4_4pairIKyS9_EEEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.si,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__24pairIKyRKN5gtsam5ValueEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ti,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam5ValueEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.ui,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__26vectorIyNS4_9allocatorIyEEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.vi,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__26vectorIyNS4_9allocatorIyEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.wi,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__26vectorIyNS4_9allocatorIyEEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.xi,i.__ZN5boost13serialization18void_cast_registerIN5gtsam14JacobianFactorENS2_14GaussianFactorEEERKNS0_16void_cast_detail11void_casterEPKT_PKT0_=nr.yi,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam14GaussianFactorEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.zi,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam19VerticalBlockMatrixEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Ai,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveENSt3__210shared_ptrIN5gtsam10noiseModel8DiagonalEEEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Bi,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam10noiseModel8DiagonalEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Ci,i.__ZNK5boost7archive6detail19pointer_iserializerINS0_15binary_iarchiveEN5gtsam10noiseModel8DiagonalEE15load_object_ptrERNS1_14basic_iarchiveEPvj=nr.Di,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam14GaussianFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Ei,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam19VerticalBlockMatrixEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Fi,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveENSt3__210shared_ptrIN5gtsam10noiseModel8DiagonalEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Gi,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam10noiseModel8DiagonalEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Hi,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_15binary_oarchiveEN5gtsam10noiseModel8DiagonalEE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.Ii,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam14GaussianFactorEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Ji,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam19VerticalBlockMatrixEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Ki,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveENSt3__210shared_ptrIN5gtsam10noiseModel8DiagonalEEEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Li,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam10noiseModel8DiagonalEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Mi,i.__ZNK5boost7archive6detail19pointer_oserializerINS0_12xml_oarchiveEN5gtsam10noiseModel8DiagonalEE15save_object_ptrERNS1_14basic_oarchiveEPKv=nr.Ni,i.__ZN5boost13serialization18void_cast_registerIN5gtsam13HessianFactorENS2_14GaussianFactorEEERKNS0_16void_cast_detail11void_casterEPKT_PKT0_=nr.Oi,i.__ZNK5boost7archive6detail11iserializerINS0_15binary_iarchiveEN5gtsam20SymmetricBlockMatrixEE16load_object_dataERNS1_14basic_iarchiveEPvj=nr.Pi,i.__ZNK5boost7archive6detail11oserializerINS0_15binary_oarchiveEN5gtsam20SymmetricBlockMatrixEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Qi,i.__ZNK5boost7archive6detail11oserializerINS0_12xml_oarchiveEN5gtsam20SymmetricBlockMatrixEE16save_object_dataERNS1_14basic_oarchiveEPKv=nr.Ri;var lr,Er=nr.Si,vr=nr.Ti,hr=nr.Ui,dr=nr.Vi,ur=nr.Wi,fr=nr.Xi,pr=nr.Yi,br=nr.Zi,mr=nr._i,Nr=i.dynCall_j=nr.$i,jr=i.dynCall_viij=nr.aj,gr=i.dynCall_viijii=nr.bj,Sr=i.dynCall_viiij=nr.cj,wr=i.dynCall_vij=nr.dj,yr=i.dynCall_iij=nr.ej,zr=i.dynCall_iiji=nr.fj,kr=i.dynCall_viji=nr.gj,Ir=i.dynCall_iijj=nr.hj,Kr=i.dynCall_jiji=nr.ij,Pr=i.dynCall_jij=nr.jj,Lr=i.dynCall_iiij=nr.kj,Rr=i.dynCall_ji=nr.lj,Zr=i.dynCall_iijjjjji=nr.mj,xr=i.dynCall_viiji=nr.nj,Fr=i.dynCall_diji=nr.oj,Mr=i.dynCall_iijii=nr.pj,Dr=i.dynCall_viiiijii=nr.qj,Cr=i.dynCall_iiiiijii=nr.rj,Ar=i.dynCall_iijiii=nr.sj,Tr=i.dynCall_jiii=nr.tj,Or=i.dynCall_jii=nr.uj,Gr=i.dynCall_vjii=nr.vj,Hr=i.dynCall_vji=nr.wj,Ur=i.dynCall_iji=nr.xj,Wr=i.dynCall_iiiij=nr.yj,qr=i.dynCall_jj=nr.zj,Vr=i.dynCall_djj=nr.Aj,Br=i.dynCall_iiiiij=nr.Bj,Yr=i.dynCall_jiiii=nr.Cj;function Jr(){function e(){if(!lr&&(lr=!0,i.calledRun=!0,!S)){if(i.noFSInit||Me||(Me=!0,i.stdin=i.stdin,i.stdout=i.stdout,i.stderr=i.stderr,i.stdin?Ve("stdin",i.stdin):He("/dev/tty","/dev/stdin"),i.stdout?Ve("stdout",null,i.stdout):He("/dev/tty","/dev/stdout"),i.stderr?Ve("stderr",null,i.stderr):He("/dev/tty1","/dev/stderr"),We("/dev/stdin",0),We("/dev/stdout",1),We("/dev/stderr",1)),Ne=!1,T(z),a(i),i.onRuntimeInitialized&&i.onRuntimeInitialized(),i.postRun)for("function"==typeof i.postRun&&(i.postRun=[i.postRun]);i.postRun.length;){var e=i.postRun.shift();k.unshift(e)}T(k)}}if(!(0<R)){if(i.preRun)for("function"==typeof i.preRun&&(i.preRun=[i.preRun]);i.preRun.length;)I();T(y),0<R||(i.setStatus?(i.setStatus("Running..."),setTimeout((function(){setTimeout((function(){i.setStatus("")}),1),e()}),1)):e())}}if(i.___start_em_js=681908,i.___stop_em_js=683073,i.cwrap=(e,a,r,t)=>{var _=!r||r.every((e=>"number"===e||"boolean"===e));return"string"!==a&&_&&!t?i["_"+e]:function(){return((e,a,r,t)=>{var _={string:e=>{var a=0;if(null!=e&&0!==e){a=te(e)+1;var r=ur(a);ie(e,f,r,a),a=r}return a},array:e=>{var a=ur(e.length);return u.set(e,a),a}};e=i["_"+e];var o,n=[],c=0;if(t)for(var s=0;s<t.length;s++){var l=_[r[s]];l?(0===c&&(c=hr()),n[s]=l(t[s])):n[s]=t[s]}return o=r=e.apply(null,n),0!==c&&dr(c),"string"===a?o?ae(f,o):"":"boolean"===a?!!o:o})(e,a,r,arguments)}},i.setValue=function(e,a,r="i8"){switch(r.endsWith("*")&&(r="*"),r){case"i1":case"i8":u[e>>0]=a;break;case"i16":p[e>>1]=a;break;case"i32":m[e>>2]=a;break;case"i64":D("to do setValue(i64) use WASM_BIGINT");case"float":j[e>>2]=a;break;case"double":g[e>>3]=a;break;case"*":N[e>>2]=a;break;default:D(`invalid type for setValue: ${r}`)}},i.getValue=function(e,a="i8"){switch(a.endsWith("*")&&(a="*"),a){case"i1":case"i8":return u[e>>0];case"i16":return p[e>>1];case"i32":return m[e>>2];case"i64":D("to do getValue(i64) use WASM_BIGINT");case"float":return j[e>>2];case"double":return g[e>>3];case"*":return N[e>>2];default:D(`invalid type for getValue: ${a}`)}},i.UTF8ToString=Xe,x=function e(){lr||Jr(),lr||(x=e)},i.preInit)for("function"==typeof i.preInit&&(i.preInit=[i.preInit]);0<i.preInit.length;)i.preInit.pop()();return Jr(),e})},751:(e,a,r)=>{e.exports=r.p+"ca409d4e8cebe454b816.wasm"}}]);
Binary file