A CLI and web tool to create cool backgrounds for your images.
Website: coolbg.ata.soy
coolbg/
├── cli/
│ ├── index.js
│ ├── package.json
│ └── utils/
│ ├── processing.js
│ ├── prompts.js
│ └── validation.js
├── web/
│ ├── src/
│ │ ├── components/
│ │ │ ├── editor/
│ │ │ ├── Hero.tsx
│ │ │ └── Footer.tsx
│ │ ├── App.tsx
│ │ └── main.tsx
│ ├── public/
│ ├── index.html
│ └── package.json
└── README.md
- Color 1: Gradient color starts top left.
- Color 2: Gradient color ends bottom right.
- Padding: Space between main image and background.
- Roundness: Edge curve of main image.
- Simply install coolbg npm package
npx coolbg- Visit : coolbg.ata.soy
- Upload your image and start playing with the settings
- Download your cool image
