easecraft
v0.1.0
Published
Accessible React motion primitives, hooks, and components.
Maintainers
Readme
easecraft
Accessible React motion primitives and animated components powered by Anime.js.
Install
pnpm add easecraftEasecraft supports React and React DOM 18.2 through 19.
Usage
import { MotionProvider, TextReveal } from "easecraft";
export function Example() {
return (
<MotionProvider reducedMotion="system">
<TextReveal preset="fade-rise" split="words">
Motion should explain what changed.
</TextReveal>
</MotionProvider>
);
}Every component includes reduced-motion behavior and keeps its semantic content available before animation enhancement.
Documentation | Components | Source
License
MIT
