Vitali Nekhviadovich
Results
3
comments of
Vitali Nekhviadovich
Btw, I use Ubuntu 18.04 + Electron app, printer HP.
@Psychopoulet thanks for response, I refactored my code in next way: ``` const { Printer, Network, Image } = require('escpos'); const device = new Network(ip); const printer = new Printer(device);...
@Psychopoulet no, it is located in my main file for backend part, like "electron.js"