Skip to content

Tapback Memoji's is an open source avatar generator. Create unique Apple style profile pictures for any use-case.

License

Notifications You must be signed in to change notification settings

Wimell/Tapback-Memojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tapback Memoji H1

Tapback Memoji's

License Version API Status GitHub stars

🚀 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 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
Tapback Memoji Example Tapback Memoji Example Tapback Memoji Example Tapback Memoji Example

🔗 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:

<img src="https://www.tapback.co/api/avatar/johndoe" alt="User Avatar">

✨ Features

  • Unique avatars generated based on input string
  • Consistent generation for the same input
  • No authentication required
  • Fast response times
  • Suitable for various applications