v2.2.0
Bug Fixes
Features π
htmloption for quicker og:image generation (3b03e32)
Feeling too lazy to make an OgImage component? Just throw the html in the new html attribute.
defineOgImage({
html: `<div class="h-full w-full bg-blue-500 flex justify-center items-center text-white">Hello world!</div>`
})