Ascii Shader Text
A production-scale, light + dark Ascii Shader Text component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ascii-shader-textUsage
import { ASCIIShaderText } from "@lerpa/ui";
<ASCIIShaderText />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| text | string | — | |
| className | string | — | |
| fontSize | number | — | |
| cellSize | number | — | |
| chars | string | — | |
| color | string | — | |
| animateOnHover | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.