For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Cursor Flow

Realistic mouse that arcs along Bezier paths and clicks targets.

Customize
28
36
1

Installation

$ pnpm dlx shadcn@latest add @framecn/cursor-flow

Usage

import { CursorFlow } from "@/components/framecn/cursor-flow";
<CursorFlow />

API Reference

CursorFlow

PropTypeDefault
waypointsCursorWaypoint[]DEFAULT_WAYPOINTS
cursorColorstring"#fafafa"
cursorSizenumber28
segmentDurationnumber36
backgroundstring"#0a0a0a"
showTargetsbooleantrue
speednumber1
fpsnumber30
durationInFramesnumber180
widthnumber1280
heightnumber720
classNamestring-

Notes