fix: apply accuracy fixes from Codex review

- Hyperframes: Node.js requirement 18+ → 22+ (confirmed via npm)
- Veo 3: soften 4K claim to "Up to 1080p (4K varies)"
- Sora: replace shutdown claim with availability caveat
- HeyGen: remove dollar amounts, link to pricing page
- Remotion: soften license wording

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Corey Haines
2026-04-21 22:15:52 -07:00
parent b5622444b9
commit 207026cc0a
4 changed files with 21 additions and 17 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ Open-source programmatic video framework from HeyGen. Create videos from HTML/CS
npm install hyperframes
```
Requires: Node.js 18+, Chrome/Chromium (for rendering)
Requires: Node.js 22+, Chrome/Chromium (for rendering)
## Quick Start
@@ -166,7 +166,7 @@ const frames = metrics.map(m => ({
| Agent compatibility | Better (plain HTML) | Good (needs React knowledge) |
| Animation | CSS transitions/keyframes | Spring physics, interpolation |
| Cloud rendering | Not built-in | Lambda (AWS) |
| License | Apache 2.0 (free) | Company license required (>1 employee) |
| License | Apache 2.0 (free) | Company license for commercial use |
| Ecosystem | New, growing | Mature, large community |
**Use Hyperframes when:** AI agent is generating the video, simple animations, batch templated content, cost-sensitive.