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