New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fleetback-360-panorama-image

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fleetback-360-panorama-image

A cross-platform component to display 360 panorama images.

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
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

Package last updated on 20 Mar 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc