auctifera-josed / starprnt

Cordova plugin for the Star micronics printers
MIT License
40 stars 39 forks source link

function printBase64Image not in @ionic-native wrapper #44

Open NicolaiRamsby opened 4 years ago

NicolaiRamsby commented 4 years ago

Hi guys, I am facing the same issues as in issue #39 . Is there any way I can use the same workaround as @geraldosalazar16 in my @ionic/react project?

We're working on a POS app for restaurants and need to print receipts and base64 seems like the only option to generate a receipt with lines consisting of 1 string on the left and 1 string on the right, for line items.

Hoping to hear from you soon!

davequested commented 3 years ago

+1

Robert-H-Leonard commented 3 years ago

I am using the ionic-native wrapper to print receipts as well. I am able to print raw text and print images if I print a random uri I find online.

I am trying to convert a react component to a base64 image to print on the receipt but I don't see the printBase64Image function.

filipRisteski commented 2 years ago

+1