v1.5.0
Added
decorativeoption — render the SVG witharia-hidden="true"(and no role/label/title) so assistive tech skips it, for avatars that sit beside their own visible name. Defaults tofalse(a labelledrole="img"image).- A native
<title>element is now emitted alongside the existingaria-label, giving a hover tooltip and broader screen-reader support. - Colorblind-safe palette preset (Okabe–Ito based). Opt in with
palette: 'accessible'(or'colorblind-safe'); it recolors the abstract styles, clothing, and inks while keeping skin and hair natural. Exported asCOLORBLIND_SAFE_PALETTE/PALETTE_PRESETS, andresolvePalettenow accepts a preset name and is re-exported from the package entry.
The demo also gains an Accessible theme and a favicon.
Full changelog: v1.4.0...v1.5.0