Export to Image

Music festival schedule across 5 stages over a weekend. Export the view as an image using toImage().

0.9
Image Export
Choose a format, quality level, and DPR then click Save as Image. The timeline calls 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.