Appearance
Pharmacode is a barcode used in the pharmaceutical industry. It can encode numbers 3 to 131070.
import { barcode } from '@stacksjs/qrx' barcode('#barcode', '1234', { format: 'pharmacode', width: 4, height: 40, displayValue: false })