Intechnity-com / react-native-thermal-printer

A RN library for thermal printer
4 stars 2 forks source link

Possibility to print QR Code & Image #12

Open BerkeAras opened 10 months ago

BerkeAras commented 10 months ago

Summary 💡

A possibility to print QR-Codes, Barcodes and Images would be great.

Examples 🌈

Example Repo: https://github.com/thiendangit/react-native-thermal-receipt-printer-image-qr

Motivation 🔦

I want to print out our Company Logo onto bills.

licomobrusli commented 10 months ago

I have the same issue and ... why not use the example repo you gave? Does it have other issues? https://github.com/thiendangit/react-native-thermal-receipt-printer-image-qr

BerkeAras commented 10 months ago

I have the same issue and ... why not use the example repo you gave? Does it have other issues? https://github.com/thiendangit/react-native-thermal-receipt-printer-image-qr

I am working for a POS-Device with printer (NB55). The Example Repo is not compatible. It prints out everything infinite.

dx0t commented 10 months ago

@BerkeAras - are you able to print the QR code using the following markup?

<QRCode version='0' errorCorrectionLevel='3' magnification='6'>http://example.com</QRCode>

I will also introduce support for printing images soon :)