Skip to content

Abhishek971999/dummyimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummyimg

A CLI to get placeholder images on demand for projects

🚀 Installation

npm i -g dummyimg

📈 Usage

Get placeholder images.

  • width - required
  • height - optional (If not mentioned will be assigned value as width)
  • text - optional (If not mentioned will be assigned value as 'placeholder')
  • filename - optional (If not mentioned will be assigned value as 'width x height' of the requested image)
dummyimg get <width> [height] [text] [filename]