# Little planet

NPM version NPM Downloads jsDelivr Hits

Displays an equirectangular panorama with a little planet effect.

This adapter is available in the @photo-sphere-viewer/little-planet-adapter (opens new window) package.

WARNING

This adapter is not compatible 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