react-native-bluetooth-escpos-printer
react-native-bluetooth-escpos-printer copied to clipboard
align QRCode in center?
it´s possible align QRCode to center?
i try this but don't work:
await BluetoothEscposPrinter.printerAlign(BluetoothEscposPrinter.ALIGN.CENTER);
await BluetoothEscposPrinter.printQRCode("https://portal.azores.gov.pt/web/drqpe/", 150, 1)
Hello, did you managed to center the QRCode?