pico icon indicating copy to clipboard operation
pico copied to clipboard

Capture cursor position

Open the0neyouseek opened this issue 5 years ago • 1 comments

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 ?

the0neyouseek avatar May 22 '20 07:05 the0neyouseek

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

rsify avatar May 23 '20 00:05 rsify