Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/iam-rohid/code-to-img

Code to Image converter is a beautifully designed application that helps you generate beautiful and customizable images of your code snippets. This is built for the developer by the developer. If you want to share your code with anyone or on any social media this is the application you need.
https://github.com/iam-rohid/code-to-img

code code-snippets code-to-img image snippet-generator snippets

Last synced: 2 months ago
JSON representation

Code to Image converter is a beautifully designed application that helps you generate beautiful and customizable images of your code snippets. This is built for the developer by the developer. If you want to share your code with anyone or on any social media this is the application you need.

Lists

README

        

# Code to Image - The shinier code screenshot tool

![App Screenshot](./screenshots/Screenshot.png)
Code to Image Converter - Convert your code snippets to beautiful images | Product Hunt

---

## [Docker Support 🐳](https://www.docker.com/)

If you want a self-hosted deployment, code-to-image supports that too,

1. [Dockerfile](./Dockerfile)
2. [docker-compose](./docker-compose.yaml)

**To deploy using docker, use,**

`docker-compose up -d`

> -d -> Detach from the container after creation.

---