No, it's not cool at all. LOL.
Cool Generator is a very cool command line program to generate cool images.
If you have any cool idea, pull requests are welcome!
git clone https://github.com/ppodds/CoolGenerator.git
cd CoolGenerator
npm installIf you encounter any error, please read following install instruction documents.
Usage: node generator.js [options]
Options:
-V, --version output the version number
-t, --type [type] build with according built-in background. available: burst
-i, --input [input text] build with according text.
-o, --output [output path] set image output path (default: "./output/output.png")
-h, --help display help for command
- -t, --type
- set background image you want to use
- -i, --input
- set image text
- -o, --output
- set output file path
Basic usage
node generator.js -t burst -i 酷
Set output path
node generator.js -t burst -i 酷 -o ./output/StarBurstStream.png
- more background image
- zhang bei tu (長輩圖) support


