UNPKG

react-pannellum-next

Version:

The `PanoramaViewer` component is a React component that provides a panoramic image viewer using the Pannellum library. It allows you to display a 360-degree image and add interactive hotspots to it.

14 lines 256 B
{ "extends": "@parcel/config-default", "transformers": { "*.{ts,tsx}": [ "@parcel/transformer-typescript-tsc" ], "*.html": [ "@parcel/transformer-html" ], "*.js": [ "@parcel/transformer-js" ] } }