Skip to content
/ coolbg Public

A CLI and web tool to create cool backgrounds for your images.

Notifications You must be signed in to change notification settings

atasoya/coolbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vite React TailwindCSS TypeScript JavaScript NPM Vercel

CoolBg

A CLI and web tool to create cool backgrounds for your images.

CoolBg Preview

Website: coolbg.ata.soy

Project Structure

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

Installation & Usage

Settings

  • 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.

CLI

npx coolbg

Web

  • Visit : coolbg.ata.soy
  • Upload your image and start playing with the settings
  • Download your cool image

About

A CLI and web tool to create cool backgrounds for your images.

Resources

Stars

Watchers

Forks