receiptline

Results 49 comments of receiptline

I think startups tend to print in graphics, but POS systems traditionally print in device fonts for the following reasons - Faster printing speed - Works well with legacy serial...

Thanks again for using receiptline. The current implementation only supports thermal printers. So we will support TM-U220 impact printer by the end of this week.

Thank you for waiting. Version 1.3.0 is now available, please try it with TM-U220. To print characters in red, please specify "invert". ``` {width:auto} |^Pizza Station^| {width:5 *} |2 @...

Thank you as well. I appreciate the thought and I wish you much success.

Hello! I have created the following code based on an example using Epson Server Direct Print. `node_modules/receiptline/example/cloud/en_epson_sdp.js` ```javascript const http = require('http'); const receiptline = require('receiptline'); const printer = {...

Hello! Yes, the character sizes in receiptline are a bit strange compared to modern technology. However, 50-year-old technology such as double width and double height characters are still in use...

Thank you for using receiptline / receiptio. Yesterday, we had our first meeting of the year and discussed about this issue. **1. receiptline** (1) Convert markdown to printer commands and...

Hello! We have just released ReceiptIO V1.1.0. Epson TM-T88V and Star mC-Print3 connected via USB worked on Ubuntu 20.04.3 LTS. ```bash $ receiptio -d /dev/usb/lp0 -p escpos -c 42 -l...

That's an interesting idea. We could save paper by running the test cases without printing. It would also be a test for receiptline itself. It might be better to do...

Hello! Please use Receipt.js instead of receiptline. https://github.com/receiptline/receiptjs ```html ``` ```javascript const markdown = `^^^RECEIPT 03/18/2024, 12:34:56 PM Asparagus | 1| 1.00 Broccoli | 2| 2.00 Carrot | 3| 3.00...