@devmehq/react-qr-code
Version:
React component to generate QR codes
3 lines (2 loc) • 14.7 kB
JavaScript
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).ReactQrCode={},t.React)}(this,function(t,m){"use strict";var p=function(){return(p=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};function v(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols)for(var o=0,n=Object.getOwnPropertySymbols(t);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(t,n[o])&&(r[n[o]]=t[n[o]]);return r}var r=1,n=2,o=4,i=8;function a(t){this.mode=o,this.data=t}a.prototype={getLength:function(t){return this.data.length},write:function(t){for(var e=0;e<this.data.length;e++)t.put(this.data.charCodeAt(e),8)}};for(var s={glog:function(t){if(t<1)throw new Error("glog("+t+")");return s.LOG_TABLE[t]},gexp:function(t){for(;t<0;)t+=255;for(;256<=t;)t-=255;return s.EXP_TABLE[t]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)},e=0;e<8;e++)s.EXP_TABLE[e]=1<<e;for(e=8;e<256;e++)s.EXP_TABLE[e]=s.EXP_TABLE[e-4]^s.EXP_TABLE[e-5]^s.EXP_TABLE[e-6]^s.EXP_TABLE[e-8];for(e=0;e<255;e++)s.LOG_TABLE[s.EXP_TABLE[e]]=e;function C(t,e){if(null==t.length)throw new Error(t.length+"/"+e);for(var r=0;r<t.length&&0==t[r];)r++;this.num=new Array(t.length-r+e);for(var n=0;n<t.length-r;n++)this.num[n]=t[n+r]}C.prototype={get:function(t){return this.num[t]},getLength:function(){return this.num.length},multiply:function(t){for(var e=new Array(this.getLength()+t.getLength()-1),r=0;r<this.getLength();r++)for(var n=0;n<t.getLength();n++)e[r+n]^=s.gexp(s.glog(this.get(r))+s.glog(t.get(n)));return new C(e,0)},mod:function(t){if(this.getLength()-t.getLength()<0)return this;for(var e=s.glog(this.get(0))-s.glog(t.get(0)),r=new Array(this.getLength()),n=0;n<this.getLength();n++)r[n]=this.get(n);for(n=0;n<t.getLength();n++)r[n]^=s.gexp(s.glog(t.get(n))+e);return new C(r,0).mod(t)}};var u=0,h=1,l=2,f=3,g=4,c=5,d=6,L=7,y=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],w=1335,P=7973,b={getBCHTypeInfo:function(t){for(var e=t<<10;0<=b.getBCHDigit(e)-b.getBCHDigit(w);)e^=w<<b.getBCHDigit(e)-b.getBCHDigit(w);return 21522^(t<<10|e)},getBCHTypeNumber:function(t){for(var e=t<<12;0<=b.getBCHDigit(e)-b.getBCHDigit(P);)e^=P<<b.getBCHDigit(e)-b.getBCHDigit(P);return t<<12|e},getBCHDigit:function(t){for(var e=0;0!=t;)e++,t>>>=1;return e},getPatternPosition:function(t){return y[t-1]},getMask:function(t,e,r){switch(t){case u:return(e+r)%2==0;case h:return e%2==0;case l:return r%3==0;case f:return(e+r)%3==0;case g:return(Math.floor(e/2)+Math.floor(r/3))%2==0;case c:return e*r%2+e*r%3==0;case d:return(e*r%2+e*r%3)%2==0;case L:return(e*r%3+(e+r)%2)%2==0;default:throw new Error("bad maskPattern:"+t)}},getErrorCorrectPolynomial:function(t){for(var e=new C([1],0),r=0;r<t;r++)e=e.multiply(new C([1,s.gexp(r)],0));return e},getLengthInBits:function(t,e){if(1<=e&&e<10)switch(t){case r:return 10;case n:return 9;case o:case i:return 8;default:throw new Error("mode:"+t)}else if(e<27)switch(t){case r:return 12;case n:return 11;case o:return 16;case i:return 10;default:throw new Error("mode:"+t)}else{if(!(e<41))throw new Error("type:"+e);switch(t){case r:return 14;case n:return 13;case o:return 16;case i:return 12;default:throw new Error("mode:"+t)}}},getLostPoint:function(t){for(var e=t.getModuleCount(),r=0,n=0;n<e;n++)for(l=0;l<e;l++){for(var o=0,i=t.isDark(n,l),a=-1;a<=1;a++)if(!(n+a<0||e<=n+a))for(var s=-1;s<=1;s++)l+s<0||e<=l+s||0==a&&0==s||i==t.isDark(n+a,l+s)&&o++;5<o&&(r+=3+o-5)}for(n=0;n<e-1;n++)for(l=0;l<e-1;l++){var u=0;t.isDark(n,l)&&u++,t.isDark(n+1,l)&&u++,t.isDark(n,l+1)&&u++,t.isDark(n+1,l+1)&&u++,0!=u&&4!=u||(r+=3)}for(n=0;n<e;n++)for(l=0;l<e-6;l++)t.isDark(n,l)&&!t.isDark(n,l+1)&&t.isDark(n,l+2)&&t.isDark(n,l+3)&&t.isDark(n,l+4)&&!t.isDark(n,l+5)&&t.isDark(n,l+6)&&(r+=40);for(l=0;l<e;l++)for(n=0;n<e-6;n++)t.isDark(n,l)&&!t.isDark(n+1,l)&&t.isDark(n+2,l)&&t.isDark(n+3,l)&&t.isDark(n+4,l)&&!t.isDark(n+5,l)&&t.isDark(n+6,l)&&(r+=40);for(var h=0,l=0;l<e;l++)for(n=0;n<e;n++)t.isDark(n,l)&&h++;return r+=10*(Math.abs(100*h/e/e-50)/5)}},B={L:1,M:0,Q:3,H:2},D=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]];function k(t,e){this.totalCount=t,this.dataCount=e}function E(){this.buffer=[],this.length=0}function A(t,e){this.typeNumber=t,this.errorCorrectLevel=e,this.modules=null,this.moduleCount=0,this.dataCache=null,this.dataList=[]}k.getRSBlocks=function(t,e){var r=function(t,e){switch(e){case B.L:return D[4*(t-1)];case B.M:return D[4*(t-1)+1];case B.Q:return D[4*(t-1)+2];case B.H:return D[4*(t-1)+3];default:return}}(t,e);if(null==r)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+e);for(var n=r.length/3,o=[],i=0;i<n;i++)for(var a=r[3*i],s=r[3*i+1],u=r[3*i+2],h=0;h<a;h++)o.push(new k(s,u));return o},E.prototype={get:function(t){var e=Math.floor(t/8);return 1==(this.buffer[e]>>>7-t%8&1)},put:function(t,e){for(var r=0;r<e;r++)this.putBit(1==(t>>>e-r-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){var e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}};var T=A.prototype;function M(t){var e=t.d,r=t.fill,n=t.transformX,o=t.transformY;return m.createElement("path",{d:e,fill:r,transform:"matrix(".concat([1,0,0,1,n,o],")")})}function I(t){var e=t.children,r=t.size,n=t.title,o=t.xmlns,i=v(t,["children","size","title","xmlns"]);return m.createElement("svg",p({},i,{height:r,width:r,xmlns:o}),n?m.createElement("title",null,n):null,e)}function O(t){var e=t.bgColor,h=void 0===e?"#ffffff":e,r=t.fgColor,l=void 0===r?"#000000":r,n=t.level,o=void 0===n?"L":n,i=t.size,a=void 0===i?256:i,s=t.value,u=void 0===s?"https://github.com/devmehq/react-qr-code":s;t.marginSize,t.renderAs;var f=v(t,["bgColor","fgColor","level","size","value","marginSize","renderAs"]),g=new A(-1,B[o]);g.addData(u),g.make();var c=g.modules,d=a/c.length;return m.createElement(I,p({},f,{size:a}),c.map(function(t,u){return t.map(function(t,e){var r=t?l:h,n=Math.round(e*d),o=Math.round(u*d),i=Math.round((e+1)*d)-n,a=Math.round((u+1)*d)-o,s="M 0 0 L ".concat(i," 0 L ").concat(i," ").concat(a," L 0 ").concat(a," Z");return m.createElement(M,{key:"rectangle-".concat(u,"-").concat(e),d:s,fill:r,transformX:n,transformY:o})})}))}T.addData=function(t){var e=new a(t);this.dataList.push(e),this.dataCache=null},T.isDark=function(t,e){if(t<0||this.moduleCount<=t||e<0||this.moduleCount<=e)throw new Error(t+","+e);return this.modules[t][e]},T.getModuleCount=function(){return this.moduleCount},T.make=function(){if(this.typeNumber<1){for(var t=1,t=1;t<40;t++){for(var e=void 0,r=k.getRSBlocks(t,this.errorCorrectLevel),n=new E,o=0,e=0;e<r.length;e++)o+=r[e].dataCount;for(e=0;e<this.dataList.length;e++){var i=this.dataList[e];n.put(i.mode,4),n.put(i.getLength(),b.getLengthInBits(i.mode,t)),i.write(n)}if(n.getLengthInBits()<=8*o)break}this.typeNumber=t}this.makeImpl(!1,this.getBestMaskPattern())},T.makeImpl=function(t,e){this.moduleCount=4*this.typeNumber+17,this.modules=new Array(this.moduleCount);for(var r=0;r<this.moduleCount;r++){this.modules[r]=new Array(this.moduleCount);for(var n=0;n<this.moduleCount;n++)this.modules[r][n]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(t,e),7<=this.typeNumber&&this.setupTypeNumber(t),null==this.dataCache&&(this.dataCache=A.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,e)},T.setupPositionProbePattern=function(t,e){for(var r=-1;r<=7;r++)if(!(t+r<=-1||this.moduleCount<=t+r))for(var n=-1;n<=7;n++)e+n<=-1||this.moduleCount<=e+n||(this.modules[t+r][e+n]=0<=r&&r<=6&&(0==n||6==n)||0<=n&&n<=6&&(0==r||6==r)||2<=r&&r<=4&&2<=n&&n<=4)},T.getBestMaskPattern=function(){for(var t=0,e=0,r=0;r<8;r++){this.makeImpl(!0,r);var n=b.getLostPoint(this);(0==r||n<t)&&(t=n,e=r)}return e},T.createMovieClip=function(t,e,r){var n=t.createEmptyMovieClip(e,r);this.make();for(var o=0;o<this.modules.length;o++)for(var i=+o,a=0;a<this.modules[o].length;a++){var s=+a;this.modules[o][a]&&(n.beginFill(0,100),n.moveTo(s,i),n.lineTo(1+s,i),n.lineTo(1+s,1+i),n.lineTo(s,1+i),n.endFill())}return n},T.setupTimingPattern=function(){for(var t=8;t<this.moduleCount-8;t++)null==this.modules[t][6]&&(this.modules[t][6]=t%2==0);for(var e=8;e<this.moduleCount-8;e++)null==this.modules[6][e]&&(this.modules[6][e]=e%2==0)},T.setupPositionAdjustPattern=function(){for(var t=b.getPatternPosition(this.typeNumber),e=0;e<t.length;e++)for(var r=0;r<t.length;r++){var n=t[e],o=t[r];if(null==this.modules[n][o])for(var i=-2;i<=2;i++)for(var a=-2;a<=2;a++)this.modules[n+i][o+a]=-2==i||2==i||-2==a||2==a||0==i&&0==a}},T.setupTypeNumber=function(t){for(var e=b.getBCHTypeNumber(this.typeNumber),r=0;r<18;r++)this.modules[Math.floor(r/3)][r%3+this.moduleCount-8-3]=!t&&1==(e>>r&1);for(r=0;r<18;r++)this.modules[r%3+this.moduleCount-8-3][Math.floor(r/3)]=!t&&1==(e>>r&1)},T.setupTypeInfo=function(t,e){for(var r,n=this.errorCorrectLevel<<3|e,o=b.getBCHTypeInfo(n),i=0;i<15;i++)r=!t&&1==(o>>i&1),i<6?this.modules[i][8]=r:i<8?this.modules[i+1][8]=r:this.modules[this.moduleCount-15+i][8]=r;for(i=0;i<15;i++)r=!t&&1==(o>>i&1),i<8?this.modules[8][this.moduleCount-i-1]=r:i<9?this.modules[8][15-i-1+1]=r:this.modules[8][15-i-1]=r;this.modules[this.moduleCount-8][8]=!t},T.mapData=function(t,e){for(var r=-1,n=this.moduleCount-1,o=7,i=0,a=this.moduleCount-1;0<a;a-=2)for(6==a&&a--;;){for(var s,u=0;u<2;u++){null==this.modules[n][a-u]&&(s=!1,i<t.length&&(s=1==(t[i]>>>o&1)),b.getMask(e,n,a-u)&&(s=!s),this.modules[n][a-u]=s,-1==--o&&(i++,o=7))}if((n+=r)<0||this.moduleCount<=n){n-=r,r=-r;break}}},A.PAD0=236,A.PAD1=17,A.createData=function(t,e,r){for(var n=k.getRSBlocks(t,e),o=new E,i=0;i<r.length;i++){var a=r[i];o.put(a.mode,4),o.put(a.getLength(),b.getLengthInBits(a.mode,t)),a.write(o)}var s=0;for(i=0;i<n.length;i++)s+=n[i].dataCount;if(o.getLengthInBits()>8*s)throw new Error("code length overflow. ("+o.getLengthInBits()+">"+8*s+")");for(o.getLengthInBits()+4<=8*s&&o.put(0,4);o.getLengthInBits()%8!=0;)o.putBit(!1);for(;!(o.getLengthInBits()>=8*s||(o.put(A.PAD0,8),o.getLengthInBits()>=8*s));)o.put(A.PAD1,8);return A.createBytes(o,n)},A.createBytes=function(t,e){for(var r=0,n=0,o=0,i=new Array(e.length),a=new Array(e.length),s=0;s<e.length;s++){var u=e[s].dataCount,h=e[s].totalCount-u,n=Math.max(n,u),o=Math.max(o,h);for(i[s]=new Array(u),d=0;d<i[s].length;d++)i[s][d]=255&t.buffer[d+r];r+=u;var l=b.getErrorCorrectPolynomial(h),f=new C(i[s],l.getLength()-1).mod(l);for(a[s]=new Array(l.getLength()-1),d=0;d<a[s].length;d++){var g=d+f.getLength()-a[s].length;a[s][d]=0<=g?f.get(g):0}}for(var c=0,d=0;d<e.length;d++)c+=e[d].totalCount;var m=new Array(c),p=0;for(d=0;d<n;d++)for(s=0;s<e.length;s++)d<i[s].length&&(m[p++]=i[s][d]);for(d=0;d<o;d++)for(s=0;s<e.length;s++)d<a[s].length&&(m[p++]=a[s][d]);return m},t.ReactQrCode=O,t.default=O,Object.defineProperty(t,"__esModule",{value:!0})});
//# sourceMappingURL=index.js.map