Skip to content

Commit 84d2496

Browse files
committed
Update react-photo-sphere-viewer version and add little planet button
1 parent a9bfa0b commit 84d2496

File tree

2 files changed

+58
-54
lines changed

2 files changed

+58
-54
lines changed

example/generic/package-lock.json

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/generic/src/App.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ function App() {
7171
ref={photoSphereRef}
7272
src="Test_pano.jpg"
7373
littlePlanet={true}
74+
lang={{
75+
littlePlanetButton: "Little Planet",
76+
}}
77+
hideNavbarButton={true}
7478
height={'100vh'}
7579
width={"100%"}
7680
onClick={handleClick}

0 commit comments

Comments
 (0)