You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to have the possibility to have the cursor position recorded in the screenshot.
Here's an example of what it could look like :
Before
→
After
→
It could be an optional feature enabled through the options like so :
exportdeclaretypeOptions={// An array of selectors to nodes that should not be included in the output.ignore: string[];// Display the cursor in the screenshot (default: false)showCursor: boolean;};
What do you think ?
The text was updated successfully, but these errors were encountered:
I would love to have the possibility to have the cursor position recorded in the screenshot.
Here's an example of what it could look like :
It could be an optional feature enabled through the options like so :
What do you think ?
The text was updated successfully, but these errors were encountered: