2025-07-25 18:06:42 +08:00
import { a1 as ne } from "./index-Upsq31TS.js" ; var z = { } , Q , pt ; function re ( ) { return pt || ( pt = 1 , Q = function ( ) { return typeof Promise == "function" && Promise . prototype && Promise . prototype . then } ) , Q } var $ = { } , U = { } , Rt ; function _ ( ) { if ( Rt ) return U ; Rt = 1 ; let r ; const o = [ 0 , 26 , 44 , 70 , 100 , 134 , 172 , 196 , 242 , 292 , 346 , 404 , 466 , 532 , 581 , 655 , 733 , 815 , 901 , 991 , 1085 , 1156 , 1258 , 1364 , 1474 , 1588 , 1706 , 1828 , 1921 , 2051 , 2185 , 2323 , 2465 , 2611 , 2761 , 2876 , 3034 , 3196 , 3362 , 3532 , 3706 ] ; return U . getSymbolSize = function ( e ) { if ( ! e ) throw new Error ( '"version" cannot be null or undefined' ) ; if ( e < 1 || e > 40 ) throw new Error ( '"version" should be in range from 1 to 40' ) ; return e * 4 + 17 } , U . getSymbolTotalCodewords = function ( e ) { return o [ e ] } , U . getBCHDigit = function ( i ) { let e = 0 ; for ( ; i !== 0 ; ) e ++ , i >>>= 1 ; return e } , U . setToSJISFunction = function ( e ) { if ( typeof e != "function" ) throw new Error ( '"toSJISFunc" is not a valid function.' ) ; r = e } , U . isKanjiModeEnabled = function ( ) { return typeof r < "u" } , U . toSJIS = function ( e ) { return r ( e ) } , U } var W = { } , At ; function Ct ( ) { return At || ( At = 1 , function ( r ) { r . L = { bit : 1 } , r . M = { bit : 0 } , r . Q = { bit : 3 } , r . H = { bit : 2 } ; function o ( i ) { if ( typeof i != "string" ) throw new Error ( "Param is not a string" ) ; switch ( i . toLowerCase ( ) ) { case "l" : case "low" : return r . L ; case "m" : case "medium" : return r . M ; case "q" : case "quartile" : return r . Q ; case "h" : case "high" : return r . H ; default : throw new Error ( "Unknown EC Level: " + i ) } } r . isValid = function ( e ) { return e && typeof e . bit < "u" && e . bit >= 0 && e . bit < 4 } , r . from = function ( e , t ) { if ( r . isValid ( e ) ) return e ; try { return o ( e ) } catch { return t } } } ( W ) ) , W } var Z , Tt ; function oe ( ) { if ( Tt ) return Z ; Tt = 1 ; function r ( ) { this . buffer = [ ] , this . length = 0 } return r . prototype = { get : function ( o ) { const i = Math . floor ( o / 8 ) ; return ( this . buffer [ i ] >>> 7 - o % 8 & 1 ) === 1 } , put : function ( o , i ) { for ( let e = 0 ; e < i ; e ++ ) this . putBit ( ( o >>> i - e - 1 & 1 ) === 1 ) } , getLengthInBits : function ( ) { return this . length } , putBit : function ( o ) { const i = Math . floor ( this . length / 8 ) ; this . buffer . length <= i && this . buffer . push ( 0 ) , o && ( this . buffer [ i ] |= 128 >>> this . length % 8 ) , this . length ++ } } , Z = r , Z } var X , It ; function ie ( ) { if ( It ) return X ; It = 1 ; function r ( o ) { if ( ! o || o < 1 ) throw new Error ( "BitMatrix size must be defined and greater than 0" ) ; this . size = o , this . data = new Uint8Array ( o * o ) , this . reservedBit = new Uint8Array ( o * o ) } return r . prototype . set = function ( o , i , e , t ) { const n = o * this . size + i ; this . data [ n ] = e , t && ( this . reservedBit [ n ] = ! 0 ) } , r . prototype . get = function ( o , i ) { return this . data [ o * this . size + i ] } , r . prototype . xor = function ( o , i , e ) { this . data [ o * this . size + i ] ^= e } , r . prototype . isReserved = function ( o , i ) { return this . reservedBit [ o * this . size + i ] } , X = r , X } var x = { } , Nt ; function ue ( ) { return Nt || ( Nt = 1 , function ( r ) { const o = _ ( ) . getSymbolSize ; r . getRowColCoords = function ( e ) { if ( e === 1 ) return [ ] ; const t = Math . floor ( e / 7 ) + 2 , n = o ( e ) , u = n === 145 ? 26 : Math . ceil ( ( n - 13 ) / ( 2 * t - 2 ) ) * 2 , a = [ n - 7 ] ; for ( let s = 1 ; s < t - 1 ; s ++ ) a [ s ] = a [ s - 1 ] - u ; return a . push ( 6 ) , a . reverse ( ) } , r . getPositions = function ( e ) { const t = [ ] , n = r . getRowColCoords ( e ) , u = n . length ; for ( let a = 0 ; a < u ; a ++ ) for ( let s = 0 ; s < u ; s ++ ) a === 0 && s === 0 || a === 0 && s === u - 1 || a === u - 1 && s === 0 || t . push ( [ n [ a ] , n [ s ] ] ) ; return t } } ( x ) ) , x } var tt = { } , Mt ; function se ( ) { if ( Mt ) return tt ; Mt = 1 ; const r = _ ( ) . getSymbolSize , o = 7 ; return tt . getPositions = function ( e ) { const t = r ( e ) ; return [ [ 0 , 0 ] , [ t - o , 0 ] , [ 0 , t - o ] ] } , tt } var et = { } , Pt ; function ae ( ) { return Pt || ( Pt = 1 , function ( r ) { r . Patterns = { PATTERN000 : 0 , PATTERN001 : 1 , PATTERN010 : 2 , PATTERN011 : 3 , PATTERN100 : 4 , PATTERN101 : 5 , PATTERN110 : 6 , PATTERN111 : 7 } ; const o = { N1 : 3 , N2 : 3 , N3 : 40 , N4 : 10 } ; r . isValid = function ( t ) { return t != null && t !== "" && ! isNaN ( t ) && t >= 0 && t <= 7 } , r . from = function ( t ) { return r . isValid ( t ) ? parseInt ( t , 10 ) : void 0 } , r . getPenaltyN1 = function ( t ) { const n = t . size ; let u = 0 , a = 0 , s = 0 , c = null , d = null ; for ( let B = 0 ; B < n ; B ++ ) { a = s = 0 , c = d = null ; for ( let h = 0 ; h < n ; h ++ ) { let f = t . get ( B , h ) ; f === c ? a ++ : ( a >= 5 && ( u += o . N1 + ( a - 5 ) ) , c = f , a = 1 ) , f = t . get ( h , B ) , f === d ? s ++ : ( s >= 5 && ( u += o . N1 + ( s - 5 ) ) , d = f , s = 1 ) } a >= 5 && ( u += o . N1 + ( a - 5 ) ) , s >= 5 && ( u += o . N1 + ( s - 5 ) ) } return u } , r . getPenaltyN2 = function ( t ) { const n = t . size ; let u = 0 ; for ( let a = 0 ; a < n - 1 ; a ++ ) for ( let s = 0 ; s < n - 1 ; s ++ ) { const c = t . get ( a , s ) + t . get ( a , s + 1 ) + t . get ( a + 1 , s ) + t . get ( a + 1 , s + 1 ) ; ( c === 4 || c === 0 ) && u ++ } return u * o . N2 } , r . getPenaltyN3 = function ( t ) { const n = t . size ; let u = 0 , a = 0 , s = 0 ; for ( let c = 0 ; c < n ; c ++ ) { a = s = 0 ; for ( let d = 0 ; d < n ; d ++ ) a = a << 1 & 2047 | t . get ( c , d ) , d >= 10 && ( a === 1488 || a === 93 ) && u ++ , s = s << 1 & 2047 | t . get ( d ,
2025-07-21 17:02:21 +08:00
] ) ) + ` ;L.KANJI=new RegExp(i,"g"),L.BYTE_KANJI=new RegExp("[^A-Z0-9 $ %*+ \\ -./:]+","g"),L.BYTE=new RegExp(e,"g"),L.NUMERIC=new RegExp(r,"g"),L.ALPHANUMERIC=new RegExp(o,"g");const t=new RegExp("^"+i+" $ "),n=new RegExp("^"+r+" $ "),u=new RegExp("^[A-Z0-9 $ %*+ \\ -./:]+ $ ");return L.testKanji=function(s){return t.test(s)},L.testNumeric=function(s){return n.test(s)},L.testAlphanumeric=function(s){return u.test(s)},L}var Ut;function F(){return Ut||(Ut=1,function(r){const o=Wt(),i=Zt();r.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},r.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},r.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},r.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},r.MIXED={bit:-1},r.getCharCountIndicator=function(n,u){if(!n.ccBits)throw new Error("Invalid mode: "+n);if(!o.isValid(u))throw new Error("Invalid version: "+u);return u>=1&&u<10?n.ccBits[0]:u<27?n.ccBits[1]:n.ccBits[2]},r.getBestModeForData=function(n){return i.testNumeric(n)?r.NUMERIC:i.testAlphanumeric(n)?r.ALPHANUMERIC:i.testKanji(n)?r.KANJI:r.BYTE},r.toString=function(n){if(n&&n.id)return n.id;throw new Error("Invalid mode")},r.isValid=function(n){return n&&n.bit&&n.ccBits};function e(t){if(typeof t!="string")throw new Error("Param is not a string");switch(t.toLowerCase()){case"numeric":return r.NUMERIC;case"alphanumeric":return r.ALPHANUMERIC;case"kanji":return r.KANJI;case"byte":return r.BYTE;default:throw new Error("Unknown mode: "+t)}}r.from=function(n,u){if(r.isValid(n))return n;try{return e(n)}catch{return u}}}(it)),it}var _t;function de(){return _t||(_t=1,function(r){const o=_(),i= $ t(),e=Ct(),t=F(),n=Wt(),u=7973,a=o.getBCHDigit(u);function s(h,f,N){for(let M=1;M<=40;M++)if(f<=r.getCapacity(M,N,h))return M}function c(h,f){return t.getCharCountIndicator(h,f)+4}function d(h,f){let N=0;return h.forEach(function(M){const S=c(M.mode,f);N+=S+M.getBitsLength()}),N}function B(h,f){for(let N=1;N<=40;N++)if(d(h,N)<=r.getCapacity(N,f,t.MIXED))return N}r.from=function(f,N){return n.isValid(f)?parseInt(f,10):N},r.getCapacity=function(f,N,M){if(!n.isValid(f))throw new Error("Invalid QR Code version");typeof M>"u"&&(M=t.BYTE);const S=o.getSymbolTotalCodewords(f),A=i.getTotalCodewordsCount(f,N),P=(S-A)*8;if(M===t.MIXED)return P;const T=P-c(M,f);switch(M){case t.NUMERIC:return Math.floor(T/10*3);case t.ALPHANUMERIC:return Math.floor(T/11*2);case t.KANJI:return Math.floor(T/13);case t.BYTE:default:return Math.floor(T/8)}},r.getBestVersionForData=function(f,N){let M;const S=e.from(N,e.M);if(Array.isArray(f)){if(f.length>1)return B(f,S);if(f.length===0)return 1;M=f[0]}else M=f;return s(M.mode,M.getLength(),S)},r.getEncodedBits=function(f){if(!n.isValid(f)||f<7)throw new Error("Invalid QR Code version");let N=f<<12;for(;o.getBCHDigit(N)-a>=0;)N^=u<<o.getBCHDigit(N)-a;return f<<12|N}}(ot)),ot}var st={},Ft;function ge(){if(Ft)return st;Ft=1;const r=_(),o=1335,i=21522,e=r.getBCHDigit(o);return st.getEncodedBits=function(n,u){const a=n.bit<<3|u;let s=a<<10;for(;r.getBCHDigit(s)-e>=0;)s^=o<<r.getBCHDigit(s)-e;return(a<<10|s)^i},st}var at={},ct,kt;function he(){if(kt)return ct;kt=1;const r=F();function o(i){this.mode=r.NUMERIC,this.data=i.toString()}return o.getBitsLength=function(e){return 10*Math.floor(e/3)+(e%3?e%3*3+1:0)},o.prototype.getLength=function(){return this.data.length},o.prototype.getBitsLength=function(){return o.getBitsLength(this.data.length)},o.prototype.write=function(e){let t,n,u;for(t=0;t+3<=this.data.length;t+=3)n=this.data.substr(t,3),u=parseInt(n,10),e.put(u,10);const a=this.data.length-t;a>0&&(n=this.data.substr(t),u=parseInt(n,10),e.put(u,a*3+1))},ct=o,ct}var ft,zt;function me(){if(zt)return ft;zt=1;const r=F(),o=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," "," $ ","%","*","+","-",".","/",":"];function i(e){this.mode=r.ALPHANUMERIC,this.data=e}return i.getBitsLength=function(t){return 11*Math.floor(t/2)+6*(t%2)},i.prototype.getLength=function(){return this.data.length},i.prototype.getBitsLength=function(){return i.getBitsLength(this.data.length)},i.prototy
Make sure your charset is UTF - 8 ` );n=(n>>>8&255)*192+(n&255),e.put(n,13)}},dt=i,dt}var gt={exports:{}},Ht;function Ee(){return Ht||(Ht=1,function(r){var o={single_source_shortest_paths:function(i,e,t){var n={},u={};u[e]=0;var a=o.PriorityQueue.make();a.push(e,0);for(var s,c,d,B,h,f,N,M,S;!a.empty();){s=a.pop(),c=s.value,B=s.cost,h=i[c]||{};for(d in h)h.hasOwnProperty(d)&&(f=h[d],N=B+f,M=u[d],S=typeof u[d]>"u",(S||M>N)&&(u[d]=N,a.push(d,N),n[d]=c))}if(typeof t<"u"&&typeof u[t]>"u"){var A=["Could not find a path from ",e," to ",t,"."].join("");throw new Error(A)}return n},extract_shortest_path_from_predecessor_list:function(i,e){for(var t=[],n=e;n;)t.push(n),i[n],n=i[n];return t.reverse(),t},find_path:function(i,e,t){var n=o.single_source_shortest_paths(i,e,t);return o.extract_shortest_path_from_predecessor_list(n,t)},PriorityQueue:{make:function(i){var e=o.PriorityQueue,t={},n;i=i||{};for(n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t.queue=[],t.sorter=i.sorter||e.default_sorter,t},default_sorter:function(i,e){return i.cost-e.cost},push:function(i,e){var t={value:i,cost:e};this.queue.push(t),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};r.exports=o}(gt)),gt.exports}var Jt;function ye(){return Jt||(Jt=1,function(r){const o=F(),i=he(),e=me(),t=we(),n=Ce(),u=Zt(),a=_(),s=Ee();function c(A){return unescape(encodeURIComponent(A)).length}function d(A,P,T){const p=[];let b;for(;(b=A.exec(T))!==null;)p.push({data:b[0],index:b.index,mode:P,length:b[0].length});return p}function B(A){const P=d(u.NUMERIC,o.NUMERIC,A),T=d(u.ALPHANUMERIC,o.ALPHANUMERIC,A);let p,b;return a.isKanjiModeEnabled()?(p=d(u.BYTE,o.BYTE,A),b=d(u.KANJI,o.KANJI,A)):(p=d(u.BYTE_KANJI,o.BYTE,A),b=[]),P.concat(T,p,b).sort(function(E,C){return E.index-C.index}).map(function(E){return{data:E.data,mode:E.mode,length:E.length}})}function h(A,P){switch(P){case o.NUMERIC:return i.getBitsLength(A);case o.ALPHANUMERIC:return e.getBitsLength(A);case o.KANJI:return n.getBitsLength(A);case o.BYTE:return t.getBitsLength(A)}}function f(A){return A.reduce(function(P,T){const p=P.length-1>=0?P[P.length-1]:null;return p&&p.mode===T.mode?(P[P.length-1].data+=T.data,P):(P.push(T),P)},[])}function N(A){const P=[];for(let T=0;T<A.length;T++){const p=A[T];switch(p.mode){case o.NUMERIC:P.push([p,{data:p.data,mode:o.ALPHANUMERIC,length:p.length},{data:p.data,mode:o.BYTE,length:p.length}]);break;case o.ALPHANUMERIC:P.push([p,{data:p.data,mode:o.BYTE,length:p.length}]);break;case o.KANJI:P.push([p,{data:p.data,mode:o.BYTE,length:c(p.data)}]);break;case o.BYTE:P.push([{data:p.data,mode:o.BYTE,length:c(p.data)}])}}return P}function M(A,P){const T={},p={start:{}};let b=["start"];for(let g=0;g<A.length;g++){const E=A[g],C=[];for(let l=0;l<E.length;l++){const R=E[l],m=""+g+l;C.push(m),T[m]={node:R,lastCount:0},p[m]={};for(let y=0;y<b.length;y++){const w=b[y];T[w]&&T[w].node.mode===R.mode?(p[w][m]=h(T[w].lastCount+R.length,R.mode)-h(T[w].lastCount,R.mode),T[w].lastCount+=R.length):(T[w]&&(T[w].lastCount=R.length),p[w][m]=h(R.length,R.mode)+4+o.getCharCountIndicator(R.mode,P))}}b=C}for(let g=0;g<b.length;g++)p[b[g]].end=0;return{map:p,table:T}}function S(A,P){let T;const p=o.getBestModeForData(A);if(T=o.from(P,p),T!==o.BYTE&&T.bit<p.bit)throw new Error('"'+A+'" cannot be encoded with mode '+o.toString(T)+ ` .
Suggested mode is : ` +o.toString(p));switch(T===o.KANJI&&!a.isKanjiModeEnabled()&&(T=o.BYTE),T){case o.NUMERIC:return new i(A);case o.ALPHANUMERIC:return new e(A);case o.KANJI:return new n(A);case o.BYTE:return new t(A)}}r.fromArray=function(P){return P.reduce(function(T,p){return typeof p=="string"?T.push(S(p,null)):p.data&&T.push(S(p.data,p.mode)),T},[])},r.fromString=function(P,T){const p=B(P,a.isKanjiModeEnabled()),b=N(p),g=M(b,T),E=s.find_path(g.map,"start","end"),C=[];for(let l=1;l<E.length-1;l++)C.push(g.table[E[l]].node);return r.fromArray(f(C))},r.rawSplit=function(P){return r.fromArray(B(P,a.isKanjiModeEnabled()))}}(at)),at}var Yt;function Be(){if(Yt)return $ ;Yt=1;const r=_(),o=Ct(),i=oe(),e=ie(),t=ue(),n=se(),u=ae(),a= $ t(),s=le(),c=de(),d=ge(),B=F(),h=ye();function f(g,E){const C=g.size,l=n.getPositions(E);for(let R=0;R<l.length;R++){const m=l[R][0],y=l[R][1];for(let w=-1;w<=7;w++)if(!(m+w<=-1||C<=m+w))for(let I=-1;I<=7;I++)y+I<=-1||C<=y+I||(w>=0&&w<=6&&(I===0||I===6)||I>=0&&I<=6&&(w===0||w===6)||w>=2&&w<=4&&I>=2&&I<=4?g.set(m+w,y+I,!0,!0):g.set(m+w,y+I,!1,!0))}}function N(g){const E=g.size;for(let C=8;C<E-8;C++){const l=C%2===0;g.set(C,6,l,!0),g.set(6,C,l,!0)}}function M(g,E){const C=t.getPositions(E);for(let l=0;l<C.length;l++){const R=C[l][0],m=C[l][1];for(let y=-2;y<=2;y++)for(let w=-2;w<=2;w++)y===-2||y===2||w===-2||w===2||y===0&&w===0?g.set(R+y,m+w,!0,!0):g.set(R+y,m+w,!1,!0)}}function S(g,E){const C=g.size,l=c.getEncodedBits(E);let R,m,y;for(let w=0;w<18;w++)R=Math.floor(w/3),m=w%3+C-8-3,y=(l>>w&1)===1,g.set(R,m,y,!0),g.set(m,R,y,!0)}function A(g,E,C){const l=g.size,R=d.getEncodedBits(E,C);let m,y;for(m=0;m<15;m++)y=(R>>m&1)===1,m<6?g.set(m,8,y,!0):m<8?g.set(m+1,8,y,!0):g.set(l-15+m,8,y,!0),m<8?g.set(8,l-m-1,y,!0):m<9?g.set(8,15-m-1+1,y,!0):g.set(8,15-m-1,y,!0);g.set(l-8,8,1,!0)}function P(g,E){const C=g.size;let l=-1,R=C-1,m=7,y=0;for(let w=C-1;w>0;w-=2)for(w===6&&w--;;){for(let I=0;I<2;I++)if(!g.isReserved(R,w-I)){let v=!1;y<E.length&&(v=(E[y]>>>m&1)===1),g.set(R,w-I,v),m--,m===-1&&(y++,m=7)}if(R+=l,R<0||C<=R){R-=l,l=-l;break}}}function T(g,E,C){const l=new i;C.forEach(function(I){l.put(I.mode.bit,4),l.put(I.getLength(),B.getCharCountIndicator(I.mode,g)),I.write(l)});const R=r.getSymbolTotalCodewords(g),m=a.getTotalCodewordsCount(g,E),y=(R-m)*8;for(l.getLengthInBits()+4<=y&&l.put(0,4);l.getLengthInBits()%8!==0;)l.putBit(0);const w=(y-l.getLengthInBits())/8;for(let I=0;I<w;I++)l.put(I%2?17:236,8);return p(l,g,E)}function p(g,E,C){const l=r.getSymbolTotalCodewords(E),R=a.getTotalCodewordsCount(E,C),m=l-R,y=a.getBlocksCount(E,C),w=l%y,I=y-w,v=Math.floor(l/y),V=Math.floor(m/y),xt=V+1,Et=v-V,te=new s(Et);let Y=0;const H=new Array(y),yt=new Array(y);let j=0;const ee=new Uint8Array(g.buffer);for(let k=0;k<y;k++){const G=k<I?V:xt;H[k]=ee.slice(Y,Y+G),yt[k]=te.encode(H[k]),Y+=G,j=Math.max(j,G)}const O=new Uint8Array(l);let Bt=0,D,q;for(D=0;D<j;D++)for(q=0;q<y;q++)D<H[q].length&&(O[Bt++]=H[q][D]);for(D=0;D<Et;D++)for(q=0;q<y;q++)O[Bt++]=yt[q][D];return O}function b(g,E,C,l){let R;if(Array.isArray(g))R=h.fromArray(g);else if(typeof g=="string"){let v=E;if(!v){const V=h.rawSplit(g);v=c.getBestVersionForData(V,C)}R=h.fromString(g,v||40)}else throw new Error("Invalid data");const m=c.getBestVersionForData(R,C);if(!m)throw new Error("The amount of data is too big to be stored in a QR Code");if(!E)E=m;else if(E<m)throw new Error( `
The chosen QR Code version cannot contain this amount of data .
Minimum version required to store current data is : ` +m+ ` .
` );const y=T(E,C,R),w=r.getSymbolSize(E),I=new e(w);return f(I,E),N(I),M(I,E),A(I,C,0),E>=7&&S(I,E),P(I,y),isNaN(l)&&(l=u.getBestMask(I,A.bind(null,I,C))),u.applyMask(l,I),A(I,C,l),{modules:I,version:E,errorCorrectionLevel:C,maskPattern:l,segments:R}}return $ .create=function(E,C){if(typeof E>"u"||E==="")throw new Error("No input text");let l=o.M,R,m;return typeof C<"u"&&(l=o.from(C.errorCorrectionLevel,o.M),R=c.from(C.version),m=u.from(C.maskPattern),C.toSJISFunc&&r.setToSJISFunction(C.toSJISFunc)),b(E,R,l,m)}, $ }var ht={},mt={},jt;function Xt(){return jt||(jt=1,function(r){function o(i){if(typeof i=="number"&&(i=i.toString()),typeof i!="string")throw new Error("Color should be defined as hex string");let e=i.slice().replace("#","").split("");if(e.length<3||e.length===5||e.length>8)throw new Error("Invalid hex color: "+i);(e.length===3||e.length===4)&&(e=Array.prototype.concat.apply([],e.map(function(n){return[n,n]}))),e.length===6&&e.push("F","F");const t=parseInt(e.join(""),16);return{r:t>>24&255,g:t>>16&255,b:t>>8&255,a:t&255,hex:"#"+e.slice(0,6).join("")}}r.getOptions=function(e){e||(e={}),e.color||(e.color={});const t=typeof e.margin>"u"||e.margin===null||e.margin<0?4:e.margin,n=e.width&&e.width>=21?e.width:void 0,u=e.scale||4;return{width:n,scale:n?4:u,margin:t,color:{dark:o(e.color.dark||"#000000ff"),light:o(e.color.light||"#ffffffff")},type:e.type,rendererOpts:e.rendererOpts||{}}},r.getScale=function(e,t){return t.width&&t.width>=e+t.margin*2?t.width/(e+t.margin*2):t.scale},r.getImageWidth=function(e,t){const n=r.getScale(e,t);return Math.floor((e+t.margin*2)*n)},r.qrToImageData=function(e,t,n){const u=t.modules.size,a=t.modules.data,s=r.getScale(u,n),c=Math.floor((u+n.margin*2)*s),d=n.margin*s,B=[n.color.light,n.color.dark];for(let h=0;h<c;h++)for(let f=0;f<c;f++){let N=(h*c+f)*4,M=n.color.light;if(h>=d&&f>=d&&h<c-d&&f<c-d){const S=Math.floor((h-d)/s),A=Math.floor((f-d)/s);M=B[a[S*u+A]?1:0]}e[N++]=M.r,e[N++]=M.g,e[N++]=M.b,e[N]=M.a}}}(mt)),mt}var Ot;function pe(){return Ot||(Ot=1,function(r){const o=Xt();function i(t,n,u){t.clearRect(0,0,n.width,n.height),n.style||(n.style={}),n.height=u,n.width=u,n.style.height=u+"px",n.style.width=u+"px"}function e(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}r.render=function(n,u,a){let s=a,c=u;typeof s>"u"&&(!u||!u.getContext)&&(s=u,u=void 0),u||(c=e()),s=o.getOptions(s);const d=o.getImageWidth(n.modules.size,s),B=c.getContext("2d"),h=B.createImageData(d,d);return o.qrToImageData(h.data,n,s),i(B,c,d),B.putImageData(h,0,0),c},r.renderToDataURL=function(n,u,a){let s=a;typeof s>"u"&&(!u||!u.getContext)&&(s=u,u=void 0),s||(s={});const c=r.render(n,u,s),d=s.type||"image/png",B=s.rendererOpts||{};return c.toDataURL(d,B.quality)}}(ht)),ht}var wt={},Gt;function Re(){if(Gt)return wt;Gt=1;const r=Xt();function o(t,n){const u=t.a/255,a=n+'="'+t.hex+'"';return u<1?a+" "+n+'-opacity="'+u.toFixed(2).slice(1)+'"':a}function i(t,n,u){let a=t+n;return typeof u<"u"&&(a+=" "+u),a}function e(t,n,u){let a="",s=0,c=!1,d=0;for(let B=0;B<t.length;B++){const h=Math.floor(B%n),f=Math.floor(B/n);!h&&!c&&(c=!0),t[B]?(d++,B>0&&h>0&&t[B-1]||(a+=c?i("M",h+u,.5+f+u):i("m",s,0),s=0,c=!1),h+1<n&&t[B+1]||(a+=i("h",d),d=0)):s++}return a}return wt.render=function(n,u,a){const s=r.getOptions(u),c=n.modules.size,d=n.modules.data,B=c+s.margin*2,h=s.color.light.a?"<path "+o(s.color.light,"fill")+' d="M0 0h'+B+"v"+B+'H0z"/>':"",f="<path "+o(s.color.dark,"stroke")+' d="'+e(d,c,s.margin)+'"/>',N='viewBox="0 0 '+B+" "+B+'"',S='<svg xmlns="http://www.w3.org/2000/svg" '+(s.width?'width="'+s.width+'" height="'+s.width+'" ':"")+N+' shape-rendering="crispEdges">'+h+f+ ` < / s v g >
` ;return typeof a=="function"&&a(null,S),S},wt}var Qt;function Ae(){if(Qt)return z;Qt=1;const r=re(),o=Be(),i=pe(),e=Re();function t(n,u,a,s,c){const d=[].slice.call(arguments,1),B=d.length,h=typeof d[B-1]=="function";if(!h&&!r())throw new Error("Callback required as last argument");if(h){if(B<2)throw new Error("Too few arguments provided");B===2?(c=a,a=u,u=s=void 0):B===3&&(u.getContext&&typeof c>"u"?(c=s,s=void 0):(c=s,s=a,a=u,u=void 0))}else{if(B<1)throw new Error("Too few arguments provided");return B===1?(a=u,u=s=void 0):B===2&&!u.getContext&&(s=a,a=u,u=void 0),new Promise(function(f,N){try{const M=o.create(a,s);f(n(M,u,s))}catch(M){N(M)}})}try{const f=o.create(a,s);c(null,n(f,u,s))}catch(f){c(f)}}return z.create=o.create,z.toCanvas=t.bind(null,i.render),z.toDataURL=t.bind(null,i.renderToDataURL),z.toString=t.bind(null,function(n,u,a){return e.render(n,a)}),z}var Te=Ae();const Ne=ne(Te);export{Ne as Q};