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
{{ message }}
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
I have a picture with many color, but after print, image just only have 2 color: black and white, not exist color is between black and white. This is my code
I have a picture with many color, but after print, image just only have 2 color: black and white, not exist color is between black and white. This is my code
EscPos.connect(address).then(async success =>{ EscPos.setPrintingSize(EscPos.PRINTING_SIZE_80_MM); await EscPos.printImage(uri); await EscPos.disconnect(); }).catch(error =>{ console.log("error ", error); });
The text was updated successfully, but these errors were encountered: