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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user