I’m looking for a way to implement the following functionality in my Bubble app:
When the user clicks a button, they can take a screenshot of a specific area of the screen.
The mouse pointer should be visible in the screenshot at the exact point where the user clicked.
Once the screenshot is taken, it should automatically be sent to and displayed in an input (e.g., an image uploader or similar field).
What would be the best approach to achieve this without plugins, I want to build that myself. JavaScript will do it? Server script? Any libraries that integrate well with Bubble for this purpose?