1.0.1 • Published 1 year ago

fleetback-360-panorama-image v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

360 Panorama Image Previewer

Getting started

npm install fleetback-360-panorama-image

Usage

Preview mode

<PanoramaImage
    mediaUri={uri}
    strings={{
        couldNotLoadMessage: "Make sure you have an internet connection and try again",
        couldNotLoadTitle: "Could not load the picture",
        loading: "Loading",
        openViewerMode: "Explore the interior 360",
        viewerModeTutorial: "Use your fingers to navigate in your 360",
    }}
/>

Confirm or reject mode

<PanoramaImage
    mediaUri={uri}
    strings={{
        couldNotLoadMessage: "Make sure you have an internet connection and try again",
        couldNotLoadTitle: "Could not load the picture",
        loading: "Loading",
        openViewerMode: "Explore the interior 360",
        viewerModeTutorial: "Use your fingers to navigate in your 360",
    }}
    onConfirm={() => { /* ... */ }}
    onReject={() => { /* ... */ }}
    confirmMode
/>
1.0.1

1 year ago

1.0.0

1 year ago