januslo / react-native-bluetooth-escpos-printer

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

PRINT TEXT, PRINTPIC ERROR #170

Open derb21 opened 2 years ago

derb21 commented 2 years ago

ERROR [TypeError: undefined is not a function] let base64Icon = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgA'

  await BluetoothEscposPrinter.printPic(base64Icon, {});

or await BluetoothEscposPrinter.printText('\f', {});

LeanPerez21 commented 2 years ago

remove: data:image/png;base64, from your base64 string