# Snapshot Mode

`renderMode: "snapshot"` renders one transparent PNG and stops - no requestAnimationFrame loop and no held WebGL context.

Use it wherever the object is decoration rather than interaction: long pages, list rows, print, or any view where many instances would otherwise each keep a live context alive.
