This adds support for printing images using the older GS v 0 command.
I'm 100% not sure about the API so hints or suggestions are welcome!
This adds support for printing images using the older GS v 0 command.
I'm 100% not sure about the API so hints or suggestions are welcome!
Typo in escpos.gleam on line 169: "do" instead of "does"
Also could you add the same disclaimer to the "document" api.
In the protocol.gleam on line 265: There's a constant for gs so you can use that instead of 29. Also you can type "v" instead of 118 and "0" instead of 48. That should make the comments redundant.
I've already pushed the CommandBuffer change, so you'll need to rebase and use printer.append_to_buffer in escpos.gleam
Thank you so much for the contribution ๐
Thank you :)