hyperframes-video
Installation
SKILL.md
Hyperframes Video
Use this Note when the video can be expressed as a deterministic HTML scene. Hyperframes is the lighter path for product cards, marketing loops, website captures, and simple composited explainers.
Current Workflow
- Generate
index.htmlandhyperframes.jsonin.memoire/videos/<id>. - Preview with
npx hyperframes preview .from the project folder, or pass the folder explicitly from Studio. - Lint with
npx hyperframes lint .before rendering when the command is available. - Render with
npx hyperframes render . --output dist/<id>.mp4.