gitextract_qw9xtc50/ ├── .eslintignore ├── .eslintrc.json ├── .gitignore ├── .npmignore ├── .parcelrc ├── .prettierrc ├── LICENSE ├── docs/ │ └── src/ │ ├── App.js │ ├── DemoContent.js │ ├── DemoCustomTest.js │ ├── DemoFooter.js │ ├── DemoHeader.js │ ├── demo-styles.css │ ├── index.html │ └── index.js ├── lib/ │ ├── AnimatedCursor.tsx │ ├── AnimatedCursor.types.ts │ ├── helpers/ │ │ └── find.ts │ ├── hooks/ │ │ ├── useEventListener.ts │ │ └── useIsTouchdevice.ts │ └── index.ts ├── package.json ├── readme.md ├── rollup.config.mjs └── tsconfig.json