vue-color-avatar/README-EN.md

48 lines
970 B
Markdown
Raw Normal View History

2021-10-16 10:29:32 +00:00
<div align="center">
<h1>Vue Color Avatar</h1>
2021-12-10 15:52:23 +00:00
<p>🧑‍🦱 A front-end only avatar generation website 🧑‍🦳</p>
2021-10-16 10:29:32 +00:00
[简体中文](./README.md)
</div>
2021-12-10 15:52:23 +00:00
<a>
<img src="./images/social-preview-1.png" alt="website-preview" />
</a>
2021-10-21 15:20:47 +00:00
2021-10-16 10:29:32 +00:00
## Preview
[`https://vue-color-avatar.vercel.app`](https://vue-color-avatar.vercel.app)
## Introduction
2021-10-21 15:20:47 +00:00
**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
2022-06-12 06:46:08 +00:00
- Download multiple
2021-10-16 10:29:32 +00:00
## Assets
Implementation 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/).
## Develop
This project is implemented using `Vue3`.
```sh
# 1. Clone project
git clone https://github.com/Codennnn/vue-color-avatar.git
# 2. Install dependencies
yarn install
# 3. Run
yarn dev
```