logoalt Hacker News

anthonySstoday at 1:30 AM3 repliesview on HN

would be cool if it supported basic html/css


Replies

Instantnoodltoday at 10:24 AM

That'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/

wut42today at 4:56 AM

An 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.

JellyBeanThieftoday at 3:36 AM

I can print webpages straight to my Epson TM-T20IV. My web browser just sends it to CUPS.

show 1 reply