Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

madsroskar/create-dummy-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-dummy-image

This is a very simple tool to create a dummy image, which is written to a file. It uses https://dummyimage.com to create the images.

Installation

npm install -g create-dummy-image

Usage

create-dummy-image <options>

Options: --help Show help [boolean] --version Show version number [boolean] --width, -w [default: "32"] --height, --32 [default: "32"] --text, -t [default: "C"] --backgroundColor, --bg [default: "000"] --foregroundColor, --fg [default: "fff"] --output, -o [default: "favicon.ico"] 

About

Create a dummy image, and write it to a file. I used to use this for simple favicons, but now I can use emoji 😏 https://favicon.io/emoji-favicons/

Topics

Resources

Stars

Watchers

Forks