.ghost-cursor {
position: absolute;
inset: 0;
pointer-events: none;
}
.ghost-cursor > canvas {
display: block;
width: 100%;
height: 100%;
background: transparent;
}
npx shadcn@latest add @react-bits/GhostCursor-TS-CSSimport { GhostCursorTSCSS } from "@/components/GhostCursor-TS-CSS"<GhostCursorTSCSS />