# 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');
Last Updated: 10/11/2021, 6:56:48 AM