daKmoR / rocket

Move to https://github.com/modernweb-dev/rocket/
MIT License
13 stars 5 forks source link

Auto generate social media images #148

Closed daKmoR closed 3 years ago

daKmoR commented 3 years ago

There are multiple options

here is one starting point

questions:

bennypowers commented 3 years ago

maybe recommend to cache at edge servers, or use a function to download a copy once generated to assets

daKmoR commented 3 years ago

another nice approach using wasm https://codepunkt.de/writing/generating-beautiful-open-graph-images-with-nodejs/

daKmoR commented 3 years ago

official eleventy image plugin can be used as well

https://github.com/11ty/eleventy-img/issues/40

bennypowers commented 3 years ago

yeah that's good stuff, I'm leaning towards the official plugin, but does it do the kind of layering and text manipulation we need?

daKmoR commented 3 years ago

I think so... seems to support full svg rendering 👍

daKmoR commented 3 years ago

has been implemented via @11ty/eleventy-img 💪