For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Matrix Decode

Random characters scramble and resolve into the target string.

Customize
72
60
1

Installation

$ pnpm dlx shadcn@latest add @framecn/matrix-decode

Usage

import { MatrixDecode } from "@/components/framecn/matrix-decode";
<MatrixDecode />

API Reference

MatrixDecode

| Prop | Type | Default | | ------------------ | -------- | ------------------------ | --- | | text | string | "DECRYPTED" | | charset | string | "!@#$%^&\*()\_+-=<>?/\\ | " | | fontSize | number | 72 | | color | string | "#22c55e" | | fontWeight | number | 600 | | revealDuration | number | 60 | | speed | number | 1 | | fps | number | 30 | | durationInFrames | number | 90 | | width | number | 1280 | | height | number | 720 | | className | string | - |

Notes