Skip to content

vadage/avatar

Repository files navigation

Avatar

Generate stable avatars from a generic user identifier, such as hashed email addresses or usernames.

Quick start

Deploy to Cloudflare

Development

npm install
npm run dev
npm run deploy

For generating/synchronizing types based on your Worker configuration run:

npm run cf-typegen

Pass the CloudflareBindings as generics when instantiation Hono:

// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>();

About

Generate stable avatars from a generic user identifier, such as hashed email addresses or usernames.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors