Skip to content

Cast v1.3.0

Choose a tag to compare

@go4cas go4cas released this 12 Jun 11:11
· 22 commits to main since this release

Added

  • animate option — a subtle looping animation (breathe, bounce) applied to the avatar content via deterministic, dependency-free CSS that respects prefers-reduced-motion. Works on every style.
  • Documented edge / serverless rendering: createAvatar and the other string helpers have no DOM/Node APIs, so they run on Cloudflare Workers, Vercel/Netlify Edge, Deno, and Bun. Added an "Edge & server rendering" guide and example.