hello everyone,
I am currently working on a 360° tour project using Krpano and Three.js. In my setup, I am using a custom tour.xml file and have integrated an external JavaScript file krpano-main.js to handle specific functions.
As part of the functionality, I created a button in the XML file which, upon clicking, triggers an action that calls a JavaScript function to capture a screenshot. However, I’ve encountered a challenge: in order to capture the screenshot, I require either the screenshot.js or screendump.js or any file related to capture screenshot in plugin file.
Unfortunately, these files are not available in my plugin directory. I attempted to search and download them online but was unable to locate them. As a result, I’m currently unable to implement the screenshot feature.
I would appreciate any guidance or resources you could provide to help me obtain these files or achieve the desired functionality.