Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.96 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.96 KB

Hashvatar

Create hash avatar of your handler. Inspired from this tweet:

Usage

Use this format to get your hashvatar:

# Format
https://hashvatar.vercel.app/{yourhandler}/{optional_variants}

# Example:
https://hashvatar.vercel.app/wzulfikar
https://hashvatar.vercel.app/wzulfikar/spider
https://hashvatar.vercel.app/wzulfikar/stagger

Demo

Credits

Codes and maths to generate the avatar comes from François Best (@fortysevenfx). I only used the code to create a dynamic endpoint that serves the avatar on demand.

See this blog post for implementation details: https://francoisbest.com/posts/2021/hashvatars?demo=Hello,%20Twitter%21

That's it!