@zxing/library
Version:
TypeScript port of ZXing multi-format 1D/2D barcode image processing library.
13 lines • 358 B
JavaScript
import AI013x0xDecoder from './AI013x0xDecoder';
export default class AI013103decoder extends AI013x0xDecoder {
constructor(information) {
super(information);
}
addWeightCode(buf, weight) {
buf.append("(3103)");
}
checkWeight(weight) {
return weight;
}
}
//# sourceMappingURL=AI013103decoder.js.map