ImageFaker lets you make images instantly, and it's totally free! Craft your images on the fly with speed and ease.
preview.mp4
https://imgfaker.onrender.com/400x600
https://imgfaker.onrender.com/400/600
height is optional, useful for creating a square:
https://imgfaker.onrender.com/600
Specify background and text colours using hex values
https://imgfaker.onrender.com/400/600/eee/999
using CSS names
https://imgfaker.onrender.com/600/400/green/white
Also you can combine both
https://imgfaker.onrender.com/600/400/orange/fff
Specify text using query string
https://imgfaker.onrender.com/600/400?text=imageFaker
Specify font using query string
https://imgfaker.onrender.com/600/400?font=lora
The following fonts are available , default Roboto
https://imgfaker.onrender.com/600x400/navy/eee?text=example
https://imgfaker.onrender.com/600/400/059669/ecfdf5?font=Raleway&text=example
https://imgfaker.onrender.com/600/400/be185d/white?font=Oswald
Clone the project
git clone https://github.com/yahya-saad/Image-Faker
Go to the project directory
cd project-directory
Install dependencies
npm install
Start the server
npm start