UNPKG

@stacksjs/qrx

Version:

QR & Bar Code generating & reading. Lightweight & powerful.

4 lines 226 B
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[];