n3-rd / Thumbnailr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Thumbnailr

Generate thumbnail images based on text input

Usage/Examples

Just use the link

https://thumbnailr.onrender.com

Or use in an HTML img tag:

<img src="https://thumbnailr.onrender.com"/>

Customizing the Image

The image can be customized using url queries for example:

https://thumbnailr.onrender.com/?text=T+H&fontsize=80&bgcolor=black&textcolor=white
  • text: The text that will be used as initials
  • fontsize: the font size of the text
  • bgcolor: The background color of the thumbnail
  • textcolor: the color of the text

Authors

Run Locally

Clone the project

  git clone https://github.com/n3-rd/Thumbnailr

Go to the project directory

  cd Thumbnailr

Install dependencies

  npm install

Start the development server

  npm run dev

About


Languages

Language:JavaScript 100.0%