Turn any video into neon ASCII art

A live in-browser studio that renders video — webcam, upload, or a built-in demo — as a dense monospaced grid of glowing ASCII characters. Dial the look, then ship the drop-in component into your repo.

Neon streaks[ascii]originalneon ascii

Drag to compare — nothing leaves your browser.

Ship it into your repo

Writes a drop-in <AsciiVideo> component with your current settings — or npx skills add drmrduck/skills@ascii.

Does the video leave my machine?

No. Everything runs client-side in canvas 2D — the webcam stream and any uploaded file are sampled locally and never uploaded.

Do I need WebGL or a library?

No. It's dependency-free canvas 2D: draw the frame to a low-res grid, map luminance to characters, paint them with a neon glow. It caps DPR and pauses when offscreen.

ASCII Video — Turn any video into neon ASCII art