2.0.2 • Published 4 years ago

random-image-creator v2.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

random-image-creator

Create a random image

random-image-creator creates a image of random color and random two words for use as sample image in your project. It creates a hyperlink of website "http://placehold.it/", which you can use anywhere.

Examples:

var ImageGenerator = require('./random-image-creator');

console.log(ImageGenerator(280,400));

//Output: "http://placehold.it/280x400/d56f26/0df0f1?txtsize=50&text=grow"

alt text