This component no longer exists. It was in asciistudio’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-10 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Red Fire
asciistudio/red-fireRemovedBlock
ASCII flame animation in a red terminal style.
Install it
npx shadcn@latest add https://asciistudio.space/r/red-fire.jsonSource
1"use client";23import { useEffect, useState } from "react";45const fps = 30;6const frames = [7// … truncated
