I am currently utilizing Pannellum, a free panoramic viewer that is built on HTML5 and JavaScript.
The application functions properly when the image is hosted online, but it encounters issues when trying to access local files (for example, having an HTML file locally with a desire to open a panoramic file).
Is there any known method to make this application work with local files? It appears to be using three.js and loads images using the image() control.
I would like to be able to download local files when this application is accessed through a local browser. I understand that typically JavaScript from a website cannot interact with local files, but in this scenario, all files are stored locally.