1.0.2 • Published 2 years ago
placeholder-craft-cli v1.0.2
placeholder-craft-cli
A simple CLI tool to generate placeholder images for your projects.
example
Installation
You can install the package globally by running the following command.
npm install -g placeholder-craft-cliUsage
You can run the following command to generate a placeholder image.
phcraft --width 500 --height 500 --filename hoge.pngOptions
--width(required): The width of the image.--height(required): The height of the image.--filename: The filename of the image. (default:placeholder.png)--bgColor: The background color of the image. (default:grey)--textColor: The text color of the image. (default:white)