@elta360/360-viewer
v2.5.1
Published
Elta360
Downloads
444
Readme
Elta360 Viewer
Elta360 Viewer is a lightweight JavaScript library for easily displaying 360-degree images on your website. It provides a seamless and interactive viewing experience for panoramic images, making it perfect for showcasing virtual tours, product photography, and immersive visual content.
How to Use
Here is an example of how to use Elta360 Viewer to display a 360-degree image in your HTML file:
<!DOCTYPE html>
<html>
<body>
<!-- Create a container to display the 360-degree image -->
<div
id="elta360viewer"
panoramic-data-url="URL_OF_YOUR_360_IMAGE"
width="700"
height="400"
></div>
<!-- Include the Elta360 Viewer library -->
<script src="https://unpkg.com/@elta360/[email protected]/dist/bundle.js"></script>
</body>
</html>