Skip to content

Capture cursor position #11

Open
Open
@the0neyouseek

Description

@the0neyouseek

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions