Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.86 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.86 KB

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