UNPKG
@stacksjs/qrx
Version:
latest (0.1.0)
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
QR & Bar Code generating & reading. Lightweight & powerful.
github.com/stacksjs/qrx
stacksjs/qrx
@stacksjs/qrx
/
dist
/
constants.d.ts
4 lines
•
226 B
TypeScript
View Raw
1
2
3
4
export
declare
const
SIDE_BIN
:
'101'
export
const
MIDDLE_BIN
=
'01010'
;
export
declare
const
BINARIES
: { [
key
:
string
]:
string
[] };
export
declare
const
EAN2
_STRUCTURE
:
string
[];
export
declare
const
EAN13
_STRUCTURE
:
string
[];