Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 331 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 331 Bytes

create-image

create-image is a terminal tool to generate designated images.

Installation

npm install -g create-image

Examples

create-image 100 200

or

ci 100 200

The above command generates a 100x200 sized image on your desktop.

TODO

  1. Add image size info in image.
  2. Generate image in specified path.