Hacker News new | ask | show | jobs
Show HN: I made a tool for converting text snippets to shareable image (snip2img.com)
8 points by wesammikhail 95 days ago
Hey guys, I needed a way to convert Code, CSV, and Markdown snippets to shareable images so I built this over the weekend. It all runs locally in the browser using a few lines of jQuery. Nothing fancy.

Sharing in case someone else might find it useful!

1 comments

Interesting, wonder what use cases you had that prompted you to set this up?
I post some stuff on social media like code snippets and some markdown instructions. Most platforms have terrible support for rich formatting. So I decided to do it this way instead. I can now just post screenshots.

Also, when creating technical docs and presentations, this turned out to be super helpful.

Just a fun side project I figured others might find useful!