Skip to content

Pharmacode

Bunlong VAN edited this page Feb 27, 2021 · 1 revision

About Pharmacode

Pharmacode is a barcode used in the pharmaceutical industry. It can encode numbers 3 to 131070.

Example

useBarcode("#barcode", "1234", {
  format: "pharmacode",
  width:4,
  height:40,
  displayValue: false
});

Pharmacode

Clone this wiki locally