Handy tool to create screenshots from code snippets.
git clone https://github.com/CodePicnic/code-screenshot.git
cd code-screenshot
bundle install
puma config.ru # or: rackup config.ru
curl -F file=@path/to/my/file.ext https://codepicnic-code-screenshot.herokuapp.com/ > code.png