neplextech / canvacord

Easily generate images using react-like components in nodejs. Canvacord is suitable for creating dynamic images such as social media posts, greetings cards, memes, etc. It is also possible to create your own templates and builders to generate images. You are only limited by your imagination.
https://canvacord.neplex.dev
GNU General Public License v3.0
257 stars 74 forks source link

Twitter image #84

Open Androz2091 opened 3 years ago

Androz2091 commented 3 years ago

A twitter image could be interesting Example: tweet

We could specify a custom username and avatar (to fetch the twitter profile then pass the avatar URL to canvacord)

sujalgoel commented 3 years ago

I made something similar using this template. You can use it for Canvacord.

image

Made with Canvas

image

Tweet on twitter

image

twlite commented 10 months ago

I have yet to decide how exactly to shape this image. My current plan is to mirror the ui of https://with-react-tweet.vercel.app instead, but feel free to suggest 😄

response to @sujalgoel's statement, we cannot use this approach since canvacord builder has moved away from canvas. I also want to make every part of the image customizable. This has to be implemented from scratch using the new builder api

I was unable to land this within v6 release, but this will be added soon. If you are interested, feel free to make a pull request.