Turn Images into Colors with One Upload
HexaGrab is a web application that allows you to easily find the dominant color of your uploaded image. With just one upload, HexaGrab accurately analyzes the image and displays the main color palette hidden in it.
First, run NPM installer
npm iSecond, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
Warning
This repository does not actively accept external contributions.
