JsBarcode icon indicating copy to clipboard operation
JsBarcode copied to clipboard

Get full ean13 barcode with check digit if only 12 digits used

Open mikemania opened this issue 3 years ago • 0 comments

Users can input 12 or 13 digits to generate an EAN13 barcode.

If they only use 12, how do I get the full code that includes the last check digit?

Seems like the valid callback would be a good place, but it seems to only return true or false.

mikemania avatar Mar 19 '21 16:03 mikemania