# Pano local recorder.
Local recording of playable pano area.
To enable pano recording you can simply set the config as follows:
const player = new Player(el, {
pano: { recorder: true },
});
player.setSrc({ hd: testSrc, pano: testSrc2 }, 'pano');