UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

1 lines 328 B
var d=new TextEncoder;function m(n){var s;let i=(s=n.barcode.data)!=null?s:n.barcode.rawData,g=n.barcode.symbology,r=d.encode(i),t=d.encode(g),o=Math.min(r.length,t.length),a=new Uint8Array(o);for(let e=0;e<o;e++)a[e]=r[e]^t[e];let c="";for(let e of a)c+=String.fromCodePoint(e);return btoa(c).replace(/=+$/,"_")}export{m as a};