Socket
Socket
Sign inDemoInstall

fleetback-360-panorama-image

Package Overview
Dependencies
0
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fleetback-360-panorama-image

A cross-platform component to display 360 panorama images.


Version published
Weekly downloads
4
increased by300%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

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
/>

FAQs

Last updated on 20 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc