UNPKG

@zxing/library

Version:

TypeScript port of ZXing multi-format 1D/2D barcode image processing library.

9 lines (8 loc) 207 B
/** * RSS util functions. */ export default class RSSUtils { private constructor(); static getRSSvalue(widths: number[], maxWidth: number, noNarrow: boolean): number; private static combins; }