Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 986 Bytes

File metadata and controls

39 lines (29 loc) · 986 Bytes

Statically

Avatar

A simple, beautiful, and high-quality avatar service on Cloudflare Workers.

statically.io

X Donate

How to use

http://localhost:8787/avatar/:initials

Parameters

  • :initials the initials to display (e.g., JD for John Doe)
  • ?s= change avatar size
  • ?shape=circle use circle shape
  • ?shape=rounded use rounded shape

Development

Run dev server:

bun run dev