A fun web app for generating symmetric, pixel-based icons. Yes I made this because I didn't like my god-given characterization (GitHub identicon hashing algorithm). But you can use this for other avatars or icons too. Built with React, Tailwind CSS, and the HTML5 Canvas API.
- Random identicon generation
- Adjustable grid size
- Random color generation
- Adjustable export size (in pixels)
- PNG export
- Fully responsive and mobile-friendly layout
Click here!
git clone https://github.com/ariangn/avatar-generator.git
cd avatar-generatorcd vite-app
npm install
npm run dev