code-to-img
code-to-img copied to clipboard
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...
Code to Image - The shinier code screenshot tool
Docker Support 🐳
If you want a self-hosted deployment, code-to-image supports that too,
- Dockerfile
- docker-compose
To deploy using docker, use,
docker-compose up -d
-d -> Detach from the container after creation.