januslo / react-native-bluetooth-escpos-printer

React-Native plugin for the bluetooth ESC/POS & TSC printers.
MIT License
351 stars 411 forks source link

align QRCode in center? #157

Open serie1bmw opened 3 years ago

serie1bmw commented 3 years ago

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)
hernancasillas commented 1 year ago

Hello, did you managed to center the QRCode?