benawad / vsinder

Dating App for VSCode
Apache License 2.0
2.47k stars 174 forks source link

how is user code being converted into image? #259

Open ranjitbudhathoki opened 1 year ago

ranjitbudhathoki commented 1 year ago

I am doing a similar project but I am having hard time figuring out this. Can any one help?

voltflake commented 1 year ago

Just use some image creation software/library. There is no shortcuts. Specify where to put text, font, color etc.. and basically draw it.

voltflake commented 1 year ago

Or use something like dom-to-image.
https://stackoverflow.com/questions/36941042/convert-div-into-downloadable-image

mtarek2005 commented 1 year ago

@benawad used carbon so I'm pretty sure u can also do the same