KevinGong2013 / Printer

Swift ticket printer framework for ESC/POS-compatible thermal printers.
Apache License 2.0
147 stars 73 forks source link

ImageBlock only block printing on PUQU Q00 #17

Open justinshuls opened 5 years ago

KevinGong2013 commented 1 year ago

Printer framework has been rewrite.

can you help testing qrcode&image command?

let receipt = Receipt(.🖨️58(.ascii))
<<~ .style(.initialize)
<<< QRCode(content: "https://g.cn")
<<< Image(cgImage)