An image URL which return random image which dithered, painting, or any other good quality image. I made this for project called https://github.com/karticme/dacin

Object can be in the image but the feel of it will be premium, professional and high quality.

Use of the URL is as simple as nothing. Just paste this URL https://plugin-apis.vercel.app/dithered-image. Currently it served 110 images.

Example

<img src="<https://plugin-apis.vercel.app/dithered-image>" />

Not just in HTML but it can work anywhere where you use URL for image. It have a feature which is described below.

Select Tone

This feature is design to get image of particular tone Light or Dark.

If your app/website is in dark mode then dark tone images will be more suitable option and If you want only light tone images so that it can match you light theme app this can be useful.

<img src="<https://plugin-apis.vercel.app/dithered-image?tone=light>" />
<img src="<https://plugin-apis.vercel.app/dithered-image?tone=dark>" />

Limitation

There is just rate limit of 1 image/sec as it running on free. Not big limitation, It will work absolutely fine for your project.

Credits