Skip to content

avansel/viewer

Repository files navigation

Avansel Viewer

Free Easy to use Opensource JavaScript Three.js based panorama / virtual tours viewer

Why

  • Free
  • Easy to use
  • Opensource

Features

Installing using npm

npm i avansel

See more ways to install in the documentaion.

Get Started

HTML

<div id="pano"></div>

Javascript

import { Avansel } from "avansel"
new Avansel(document.querySelector('#pano'))
  .sphere('/assets/pano.jpg')
  .start()

Examples

Avansel Sponsors

We would like to extend our thanks to the following sponsors for funding Avansel development. If you are interested in becoming a sponsor, please visit the Avansel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Avansel Viewer!

Security Vulnerabilities

If you discover a security vulnerability within Avansel Viewer, please send an e-mail to Roman Grinev via roman@avansel.com. All security vulnerabilities will be promptly addressed.

License

The Avansel Viewer is open-sourced software licensed under the MIT license.