placeholder-cli
v1.0.5
Published
A command line tool that replaces images with placeholders.
Downloads
4
Maintainers
Readme
:rainbow: Placeholder Cli
A friendly command line tool that replaces images with placeholders. Don't have a proper distribution license for those images? No worries, this tool will replace them with placeholders.
:movie_camera: How it works
The tool recursively replaces images that match the glob with placeholders that have the same exact width and height.
:computer: Usage
Install
npm install placeholder-cli -g
Run
placeholder ./**/*.jpeg
or change things up a bit...
placeholder ./**/*.jpeg --fontColor "black" --bgColor "white" --fontSize 100
Don't forget to star it on Github :trophy: