4 ms·
would be cool if it supported basic html/css
by anthonySs 6mo ago
would be cool if it supported basic html/css
- JellyBeanThief 6mo agoI can print webpages straight to my Epson TM-T20IV. My web browser just sends it to CUPS.
- wut42 6mo agothermal printers are centuries backwards from anything like CUPS.
- wut42 6mo agoAn easy way to do this, which I use to print recipes with my TP, is to render the page as an image. I use dom-to-image for that.
- Instantnoodl 6mo agoThat's the approach I used for my thermal printer based project. Render HTML/CSS to B/W Image and then print it on the thermal printer. https://sales-and-dungeons.app/ https://sales-and-dungeons.app/
- bean469 6mo agoIncredible project! Thanks for sharing