mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
* docs(guides): add Claude Design → Send to HyperFrames single-file import guide Self-contained authoring guide for the 'Send to HyperFrames' MCP import path (distinct from the download-ZIP flow): single self-contained HTML wire format, the composition contract the importer validates, inline-brand-assets fidelity rules (base64 data: URIs), no bundled/splash artifacts, keep-the-original-as- reference, a complete worked skeleton, the animation-pattern catalog, and determinism rules. Reviewed for technical accuracy against a known-good imported+rendered composition. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * docs(send-to guide): assets must be resolvable (inline OR fetchable URL), not inline-only Large media can exceed the import size cap, so "inline everything" is wrong for it, and the import tool description now states "resolvable refs." Align the guide: inline data: URIs preferred (fonts/images/logos — the only fully self-contained form), a publicly-fetchable absolute URL allowed for large media, and explicitly forbid relative paths / local-file variables / expiring-or-private hosts (the media-expiry trap). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>