This package allows you to take screenshots of your Unity game's entire DOM, not just the game canvas. This is useful when your game doesn't happen entirely in Unity's game canvas, such as when using a webcam feed or other external elements. You can use the captured screenshot as a Unity texture, upload it to an external server, download it, or share it with users.
This package uses the html2canvas library under the MIT license. It provides a way to capture screenshots of the entire DOM, including elements that are not part of the game canvas. The captured screenshot can be used in various ways, such as applying it to a Unity texture, uploading it to an external server, downloading it, or sharing it with users.





