Compile a JSON5 deck into a self-contained, scrollable 2D-canvas HTML presentation.
pip install scrollyOr with uv:
uv tool install scrollyscrolly build examples/worked-example/deck.deck.json --out /tmp/scrolly-out --force
open /tmp/scrolly-out/index.htmlSee examples/worked-example/ for a reference deck
demonstrating all supported slide types.
MIT.