docs(architecture): fix HyperFrames npm package name

ARCHITECTURE.md said `npx @hyperframes/cli` but that scoped package
is a 404. The published npm package is `hyperframes`, consumed as
`npx hyperframes`. hyperframes_compose.py already documents this
distinction in its _NPM_PACKAGE constant and install_instructions.
This commit is contained in:
itsuzef
2026-04-23 01:47:52 -04:00
parent 099cde37b6
commit 36c921e3a9
+1 -1
View File
@@ -437,7 +437,7 @@ A standalone Node.js/React subproject in `remotion-composer/` using [Remotion](h
### HyperFrames (HTML/CSS/GSAP)
Consumed via `npx @hyperframes/cli` (no monorepo checkout needed). Runtime floor: Node.js ≥ 22, FFmpeg, `npx`.
Consumed via `npx hyperframes` (no monorepo checkout needed). Runtime floor: Node.js ≥ 22, FFmpeg, `npx`.
- Handles kinetic typography, product promos, launch reels, website-to-video, registry blocks
- Driver: `tools/video/hyperframes_compose.py` materializes a workspace under `projects/<name>/hyperframes/`, then runs `lint → validate → render`