is there available escpos plugin for quasar?
-
is there available escpos (printer) plugin for quasar?
I tried https://www.npmjs.com/package/escpos but I couldn’t install properly
-
It will only work on nodejs server or electron based apps.
-
@juanpaolo as dobbel said, that’s a nodejs only package. I’m not sure what you’re trying to do exactly, but there’s also qz tray that can print to thermal printers without a nodejs backend, but you do have to install it on a computer connected to the printer. Then you can use websockets to silent print to the device.