Generate stable avatars from a generic user identifier, such as hashed email addresses or usernames.
npm install
npm run devnpm run deployFor generating/synchronizing types based on your Worker configuration run:
npm run cf-typegenPass the CloudflareBindings as generics when instantiation Hono:
// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>();