https://github.com/wimell/tapback-memojis
Tapback Memoji's is an open source avatar generator. Create unique Apple style profile pictures for any use-case.
https://github.com/wimell/tapback-memojis
api apple avatar avatar-generator beautiful-avatars emoji figma ios laravel memoji mockup-generator nodejs open-source
Last synced: 2 months ago
JSON representation
Tapback Memoji's is an open source avatar generator. Create unique Apple style profile pictures for any use-case.
- Host: GitHub
- URL: https://github.com/wimell/tapback-memojis
- Owner: Wimell
- License: mit
- Created: 2024-08-27T20:02:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T18:31:01.000Z (8 months ago)
- Last Synced: 2025-02-01T23:34:59.528Z (3 months ago)
- Topics: api, apple, avatar, avatar-generator, beautiful-avatars, emoji, figma, ios, laravel, memoji, mockup-generator, nodejs, open-source
- Language: PHP
- Homepage: https://www.tapback.co
- Size: 5.76 MB
- Stars: 50
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Tapback Memoji's



[](https://github.com/wimell/Tapback-Memojis/stargazers)## 🚀 Overview
Tapback Memoji API provides a simple and efficient way to generate unique Apple Memoji style avatars for your applications. Create a random avatar, or generate one based on any string.
Check out the [website](https://www.tapback.co?ref=github-readme) for more information on the API, or install the Laravel app locally via the `src` directory.
Key use cases:
- Dynamic user avatars
- Placeholder avatars
- Figma prototyping
![]()
![]()
![]()
![]()
## 🔗 Usage
### Get a specific avatar:
```
https://www.tapback.co/api/avatar/{name}.webp
```
Replace `{name}` with any string to generate a unique avatar.### Get a random avatar:
```
https://www.tapback.co/api/avatar.webp
```## 🖼️ Example Implementation
HTML:
```html![]()
```## ✨ Features
- Unique avatars generated based on input string
- Consistent generation for the same input
- No authentication required
- Fast response times
- Suitable for various applications