Capture cursor position
the0neyouseek opened this issue · 1 comments
the0neyouseek commented
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 :
export declare type Options = {
// 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 ?
rsify commented
I'm personally not interested but could be a nice addition.