https://github.com/devsubid/text2jpeg
Text2Jpeg generates jpeg from text using react.js
https://github.com/devsubid/text2jpeg
reactjs text2image
Last synced: 3 months ago
JSON representation
Text2Jpeg generates jpeg from text using react.js
- Host: GitHub
- URL: https://github.com/devsubid/text2jpeg
- Owner: devsubid
- License: gpl-3.0
- Created: 2022-10-04T12:59:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T10:25:26.000Z (over 3 years ago)
- Last Synced: 2025-02-12T22:51:26.799Z (about 1 year ago)
- Topics: reactjs, text2image
- Language: CSS
- Homepage: https://text2jpeg.vercel.app/
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Text2Jpeg](https://text2jpeg.vercel.app/)

The agenda of this repository is to help others and myself too.
I personally found it very useful for many times, generally I code a program but forget it very frequently, so this repository help by easy accessibility to my code and also easy to go through the Source code.
## Installation
React has been designed for gradual adoption from the start, and **you can use as little or as much React as you need**:
- Use [Online Playgrounds](https://reactjs.org/docs/getting-started.html#online-playgrounds) to get a taste of React.
- [Add React to a Website](https://reactjs.org/docs/add-react-to-a-website.html) as a `` tag in one minute.
- [Create a New React App](https://reactjs.org/docs/create-a-new-react-app.html) if you're looking for a powerful JavaScript toolchain.
## Clone the project
Go to Project Directory and open `Command Prompt`
```bash
cd C:\Users\{User Name}\Documents\{Project Directory}
```
```bash
git clone git@github.com:itsme-Subid/Text2Jpeg.git
```