Circle Cipher

A cursor-following glyph trail — speed-gated brush lights cells on a Canvas2D grid, characters fade as the signal decays.

Move your cursor

Customize

Cell size (px)12px
Spread (px)142px
Persistence1.8
Opacity100%
Color
Charset
Fade trail

Usage

import { CircleCipher } from "@/components/lazy-ui/circle-cipher";

<CircleCipher
  size={12}
  spread={142}
  persistence={1.8}
  opacity={1}
  color="#d4d4d4"
  characters="0123456789ABCDEF"
  enableFade={true}
/>