This is an article whose author did not provide a cover image but Dev.to is able to generate an image with the title. The image acts as a placeholder in rich link previews
My question is how can I do that.
For further actions, you may consider blocking this person and/or reporting abuse
JavaScript Room -
Catur Hidayat -
Reaminated -
Ben Halpern -
Once suspended, wchr will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, wchr will be able to comment and publish posts again.
Once unpublished, all posts by wchr will become hidden and only accessible to themselves.
If wchr is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Wachira.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag wchr:
Unflagging wchr will restore default visibility to their posts.
Top comments (3)
DEV is using this service: HTML/CSS to Image API - basically you pass the markup and the styling and they give you back an image.
It's built by a DEV member, @mscccc :
Creating images with Ruby + HTML/CSS API
Mike Coutermarsh ・ Mar 10 ・ 2 min read
Wow this is perfect! I was just looking at Themer (themer.dev/), which can output backgrounds as SVGs that Chrome can load. This looks like an awesome programmatic way to convert these to 'standard' image formats!
Love when all my random browsings meld well together!
Thanks @rhymes ,