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.
Rocket Blast
asciistudio/rocket-blastRemovedBlock
ASCII rocket blasting off with animated flames and smoke.
Install it
npx shadcn@latest add https://asciistudio.space/r/rocket-blast.jsonSource
1"use client";23import React, { useEffect, useRef, useState } from "react";45const FPS = 30;6const FRAMES = [7// … truncated
