receiptline

Results 49 comments of receiptline

Thank you for your request and information. This programming guide is interesting. We will need to try it on a real device to support ZPL. Also, for label printing, we...

How about "serialport"? $ npm i serialport It can be sent to the printer using the virtual serial port drivers provided by the printer manufacturers. Today we discussed this issue...

Thank you for using receiptline! I have tried your custom command. The processing speed was very fast and the text positioning was improved. But in some cases, multibyte characters were...

Your source code was a hint for us to support Thai characters. Thank you! And we will soon release a version that supports "sharp". There are some limitations. "sharp" minimizes...

Hello! Thanks for using receiptline. The current word wrapping is the same as in the console application, so the words are broken. Equivalent to CSS `word-break: break-all;` ``` The quick...

Thank you very much. When using `\n`, write as follows. (equivalent to `` in html) ``` {width:12} |The quick\nbrown fox\njumps over\nthe lazy\ndog.\nIt's\nsupercalifragilisticexpialidocious! | ``` We had a meeting yesterday to...

Hello! Thank you for using receiptline. I am studying about Star TSP100 series. It looks like there are two different paths to printing. 1. Line Mode (Emulation) ReceiptLine --> Star...

Thank you for waiting. Version 1.4.0 is now available, please try it with TSP100 series. - [x] Line Mode (Emulation) - [ ] Graphic Mode ```js // TSP100 series const...

Thank you for waiting. Version 1.5.0 is now available, please try it with TSP100IIILAN. - [x] Line Mode (Emulation) - [x] Graphic Mode ```js // TSP100IIILAN const printer = {...

Hello! TSP100 series is a special printer that does not have device fonts, so please print with images. To print an image containing text, it is better to print in...