Layer of semi-transparent ghost texts revealed on cursor proximity.
npx chaos add ghost-layerimport { GhostLayer } from '@oalacea/chaosui/effects/ghost-layer';
<GhostLayer
ghosts={[
{ id: '1', text: 'I remember...', position: { x: 100, y: 100 } },
{ id: '2', text: 'The ocean sang', position: { x: 300, y: 200 } }
]}
revealDistance={200}
/>