<divalign="center"><h1>Vue Color Avatar</h1><p>🧑🦱 A pure front-end avatar generation website 🧑🦳</p>[简体中文](./README.md)</div>![preview](./images/social-preview.png)## Preview[`https://vue-color-avatar.vercel.app`](https://vue-color-avatar.vercel.app)## IntroductionBy swapping components around, you can build your own avatar.## AssetsImplementation of [Avatar Illustration System](https://www.figma.com/community/file/829741575478342595) by Micah Lanier. Licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).## DevelopThis project is implemented using `Vue3`.```sh# 1. Clone projectgit clone https://github.com/Codennnn/vue-color-avatar.git# 2. Install dependenciesyarn install# 3. Runyarn dev```