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

Profile

Join date: Oct 13, 2021

About

FBIIB is an organization that welcomes individuals from underserved communities that want to become 3D Capture Pros. We offer training and work placement.

Overview
First Name
Shakoure
Email
shakoure@fbiib.org
bottom of page