Files
hyperframes/packages
Vance Ingalls 54a44606ca fix(cli): present renders the deck (player sizing + self-driving serve)
Two bugs caused a black slide area:
- The <hyperframes-player> had no positioning, so its iframe collapsed to
  zero size — the (absolutely-positioned) chrome showed but the composition
  didn't. Add position:absolute; inset:0 (matches demo.html).
- The composition was served with the engine runtime injected, which leaves
  its timelines engine-paused (blank). Slideshow decks self-drive their own
  timelines (like demo.html / the standalone harness), so serve them raw.

Verified end-to-end on registry/examples/airbnb-deck: cover renders, Next
advances 1/11 -> 2/11 and slide 2 paints.
2026-06-19 02:40:06 -07:00
..
2026-06-19 00:35:41 -07:00
2026-06-19 00:35:41 -07:00
2026-06-19 00:35:41 -07:00
2026-06-19 00:35:41 -07:00
2026-06-19 00:35:41 -07:00
2026-06-16 13:16:09 -04:00