gs1js
gs1js copied to clipboard
GS1JS is a Javascript GS1 barcode content parser for NodeJS and the browser written in Typescript.
Results
2
gs1js issues
Sort by
recently updated
recently updated
newest added
The parsing of following code `241ABC1234100815` results in: ```json [{ "identifier": "24", "value": "1ABC1234", "length": 8 }, { "identifier": "10", "value": "0815", "length": 4 }] ``` The AI 24 doesn't...
hello thanks for sharing I tried the sample code you send and it doesn't parse the delimiter character AI 10 is not a delimited one and the result contain the...