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); });