Skip to content

Moodie v0.3.2

Choose a tag to compare

@arhxam arhxam released this 13 Aug 04:34
d24d614

Moodie v0.3.2

This release makes fast cursor tracking feel mechanically unified and replaces full-eye edge scaling with localized contour perspective.

  • Both eyes now begin every gaze update on the same frame.
  • expressionMotion.stagger still works, but only during expression-change choreography.
  • Edge compression affects only the outward-facing contour shoulder; the inward half remains stable.
  • Volume compensation is localized to the same outward contour.
  • Animated SVG paths start from valid geometry, removing first-frame d="undefined" console errors.
  • Package README, changelog, and LLM integration guidance document the behavior precisely.

Install from the release artifact:

npm install https://github.com/arhxam/moodie-react/releases/latest/download/moodie-react.tgz motion

Validation: 55 tests, TypeScript declarations, package build, demo build, formatting, Vercel preview, and browser interaction QA.