From 5c3058c121de6d412d8065a2fc996e2103afad30 Mon Sep 17 00:00:00 2001 From: Elia Lazzari Date: Thu, 8 Sep 2022 15:53:31 +0200 Subject: [PATCH] Improved Readme --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58a8d0e..14bf9ec 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,14 @@ This component is a well managed wrapper around the original JS library. It is e Addictional features are: - Little Planet Mode: display the panorama like a little planet (Similar to the DJI drones exported panoramas) + ## Demo + [Enjoy it inthis sandbox](https://codesandbox.io/s/sandbox-react-photo-sphere-viewer-by-elius94-j064sm?file=/src/App.js) + ## Usage ```jsx import './App.css'; -import ReactPhotoSphereViewer from 'react-photo-sphere-viewer'; +import { ReactPhotoSphereViewer } from 'react-photo-sphere-viewer'; import React from 'react'; function App() { diff --git a/package.json b/package.json index b6a1731..92a5f48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-photo-sphere-viewer", - "version": "2.1.0", + "version": "2.1.1", "description": "Photosphere Viewer for React.JS, wrapper of photo-sphere-viewer.js", "author": "Elius94", "license": "MIT",