🔗 Usage
To get a specific avatar:
https://tapback-production-757w5g.laravel.cloud/api/avatar/{name}.webp
If you want a random avatar:
https://tapback-production-757w5g.laravel.cloud/api/avatar.webp
🔗 Example Usage
HTML Implementation
<img src="https://tapback-production-757w5g.laravel.cloud/api/avatar/johndoe" alt="User Avatar">
Features
- Unique avatars based on input string
- Consistent generation for the same input
- No authentication required
- Fast response times
- Suitable for various applications