Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-image-turntable

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-image-turntable

This package aims to display an object in 360 degree perspective with the use of multiple, angled images from around the object itself.

  • 2.4.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.5K
increased by2.13%
Maintainers
1
Weekly downloads
 
Created
Source

andrewmcoupe

React Image Turntable

built with TypeScript

This package aims to display an object in 360 degree perspective with the use of multiple, angled images from around the object itself which you need to provide.

A decent looking turntable will require 20-35 angled images from around the object, ordered correctly.

Installation

npm i react-image-turntable

or

yarn add react-image-turntable

Usage

PropsType
imagesstring[]

import React from 'react'
import { Turntable } from 'react-image-turntable'

const myImages = [<YOUR_IMAGE_PATHS>]

const MyTurntable = () => (
    <Turntable images={myImages} />
)

Keywords

FAQs

Package last updated on 28 Apr 2020

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