You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to get the current repo running, everything works well except that images (including qrimage) white pixels are printed as black and black ones as white, I guess there's a issue with the function that converts pixels to black or white? https://github.com/song940/node-escpos/blob/v3/packages/printer/src/image.ts#L26
I managed to get the current repo running, everything works well except that images (including qrimage) white pixels are printed as black and black ones as white, I guess there's a issue with the function that converts pixels to black or white?
https://github.com/song940/node-escpos/blob/v3/packages/printer/src/image.ts#L26
this is the old code: https://github.com/song940/node-escpos/blob/ad1cade11f616f20bb112b3d5ecdfee85e77aff4/packages/printer/image.js#L30
I don't think there's an issue with my printer because the old version on npm prints images well
The text was updated successfully, but these errors were encountered: