UNPKG

@zxing/library

Version:

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

13 lines (12 loc) 303 B
import AI013x0xDecoder from './AI013x0xDecoder'; export default class AI013103decoder extends AI013x0xDecoder { constructor(information) { super(information); } addWeightCode(buf, weight) { buf.append('(3103)'); } checkWeight(weight) { return weight; } }