I am attemting to print a react component that simulates a receipt to a physical thermal printer. I already have the driver installed and it prints the react component from the "browser" window, but it does not do this with high quality.
I have used the npm package electron-pos-printer with no luck. Any ideas?
I tried various libraries with various degrees of success, but all got me insufficient quality when printing. Somewhere the quality is breaking down when passing the html/jsx to the window printer function that is eventually called in all the packages I have inspected and I have also used it manually.
Any help would be appreciated.