Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture cursor position #11

Open
the0neyouseek opened this issue May 22, 2020 · 1 comment
Open

Capture cursor position #11

the0neyouseek opened this issue May 22, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@the0neyouseek
Copy link

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
wikipedia-capture wikipedia-cursor

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 rsify added the enhancement New feature or request label May 23, 2020
@rsify
Copy link
Owner

rsify commented May 23, 2020

I'm personally not interested but could be a nice addition.

@rsify rsify added the help wanted Extra attention is needed label May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants