Fluid blob cursor that follows mouse with organic movement and distortion.
npx chaos add blob-cursorimport { BlobCursor } from '@oalacea/chaosui/effects/blob-cursor';
<BlobCursor />
<BlobCursor size={120} color="rgba(255, 100, 150, 0.6)" />
<BlobCursor blobAmount={10} speed={0.05} damping={0.95} />