1.0.0 • Published 1 year ago

@wayke-se/pannellum-react v1.0.0

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

Wayke Pannellum React

Repository for @wayke-se/pannellum-react.

Based on farminf's panellum-react which implements Matthew Petroff's viewer

Getting started

Using npm

npm install @wayke-se/pannellum-react
import '@wayke-se/pannellum-react/dist/index.css';
import Pannellum from '@wayke-se/pannellum-react';

...
return (
  <Pannellum
    id="react-pannellum"
    panorama="./assets/360.jpg"
    style={{
      width: '2000px',
      height: '1000px',
    }}
  />
)

Try it out by cloning the repo

npm i
npm start

Open http://localhost:5000