react-screen-capture icon indicating copy to clipboard operation
react-screen-capture copied to clipboard

A tiny React library allows you to take a snapshot of the webpage's screen or part of the screen.

Results 7 react-screen-capture issues
Sort by recently updated
recently updated
newest added

When using this library with React `18.2.0` I get this error: ``` Overload 1 of 2, '(props: Props | Readonly): ScreenCapture', gave the following error. Type '{ children: ({ onStartCapture...

https://github.com/Bunlong/react-screen-capture/issues/10 - Seems to break on all screens above 1080p #10 - fixed

Tested the Demo on 4 computers: M1 Macbook Pro: Cuts off capture 2020 Macbook Pro: Cuts off Capture Dell XPS 4k: Cuts off capture Gaming Rig 1080p: Works perfectly. In...

if I take capture for pdf file in iframe element I notice 2 things: 1- the output display a blank image and 2- the pdf file reload if I click...

Hey, I just installed this library. First thing I noticed, I get type mismatch when I create a handler like this: ```ts const handleStartCapture = () => {}; ``` Turns...

Hey, I am trying to take a screenshot of the demo page that is shared. The screenshot image does not seem to match my selected region. Can you please help...

I have a requirement in the project in which users can able to create screenshots of the whole page containing video streaming and other HTML elements! By using this when...