theglasspenguin @theglasspenguin

ok, so for some irc bot i’m trying to make:

how would you convert html code to an image? sorta like https://www.npmjs.com/package/html-to-image but without a browser/dom (since it’s a bot, it has no browser)

Feb 24, 2023, 6:17 PM
2
View all

comments

Highlighted comment

you could basically embed a browser into the bot using a library like puppeteer