# Little planet 4.7.1

Displays an equirectangular panorama with a little planet effect.

This adapter is available in the core photo-sphere-viewer package in dist/adapters/little-planet.js.

Compatibility

This adapter is not complatible with some options and plugins, it is provided as it just for fun.

const viewer = new PhotoSphereViewer.Viewer({
  adapter: PhotoSphereViewer.LittlePlanetAdapter,
  panorama: 'path/panorama.jpg',
});

# Example