shangmisunmi / SunmiPrinterDemo

printer test demo
290 stars 139 forks source link

Ionic 6 - Capacitor #75

Open jalmirante opened 1 year ago

jalmirante commented 1 year ago

Good evening, how can I implement this in Ionic 6 Capacitor to be able to print QR code, I have not found information on the internet.

Thanks

yooouuri commented 1 year ago

We (Bistroo) created a plugin for capacitor

https://github.com/bistroo/capacitor-plugin-sunmi

jalmirante commented 1 year ago

@yooouuri Thanks, I'll check the plugin, it works to print QR right???

yooouuri commented 1 year ago

@jalmirante give me a day and I’ll add the method to print a QR code

kduma commented 1 year ago

@jalmirante My plugin has implemented all methods of Sunmi InnerPrinter SDK which are documented: https://www.npmjs.com/package/@kduma-autoid/capacitor-sunmi-printer

jalmirante commented 1 year ago

@jalmirante My plugin has implemented all methods of Sunmi InnerPrinter SDK which are documented: https://www.npmjs.com/package/@kduma-autoid/capacitor-sunmi-printer

Thanks.