DEV Community

Cover image for Open Source Avatar Generation Website
VORG
VORG

Posted on • Edited on

Open Source Avatar Generation Website

vue-color-avatar

Star 1.1k Watch 6 Fork 138

A front-end only avatar generation website. By swapping components around, you can build your own avatar.

Preview

https://vue-color-avatar.vercel.app

Introduction

By swapping components around, you can build your own avatar.

Features you might be interested in:

  • Visual component configuration bar
  • Randomly generate an avatar
  • Redo/Undo
  • i18n

Assets

Implementation of Avatar Illustration System by Micah Lanier. Licensed under CC BY 4.0.

Develop

This project is implemented using Vue3.

# 1. Clone project
git clone https://github.com/Codennnn/vue-color-avatar.git

# 2. Install dependencies
yarn install

# 3. Run
yarn dev
Enter fullscreen mode Exit fullscreen mode

Top comments (0)