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: 12 days 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.
- Host: GitHub
- URL: https://github.com/iam-rohid/code-to-img
- Owner: iam-rohid
- License: mit
- Created: 2022-05-11T04:22:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T04:24:15.000Z (about 1 year ago)
- Last Synced: 2024-10-15T08:08:30.283Z (27 days ago)
- Topics: code, code-snippets, code-to-img, image, snippet-generator, snippets
- Language: TypeScript
- Homepage: https://codetoimg.com
- Size: 76.4 MB
- Stars: 288
- Watchers: 2
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code to Image - The shinier code screenshot tool
![App Screenshot](./screenshots/Screenshot.png)
---
## [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.
---