Music festival schedule across 5 stages over a weekend. Export the view as an image using toImage().
toImage() which renders a clean frame (without scrollbar),
draws it onto an offscreen canvas at the requested resolution, and returns a Blob
that is downloaded automatically.