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)

comments (single view)

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

View all comments