function takeScreenshot() { var screen = document.createElement("canvas"); var width = window.innerWidth; var height = window.innerHeight; screen.width = width; screen.height = height; var ctx = screen.getContext("2d"); ctx.drawImage(document.body, 0, 0, width, height); var img = new Image(); img.src = screen.toDataURL("image/png"); // Save the screenshot to the device's photo gallery navigator.clipboard.writeText(img.src); }
top of page
loading-bg.aeea891.gif

Create an Initial Account and Get a Free Exploratory Call!

perla_lockupWHITE.png
Product&Price
c5d309fd0e23407c1ad3ce16fbdb476c_edited.

Brands that Showcase our 3D Matterport Walk-Throughs 

bottom of page