use-react-screenshot icon indicating copy to clipboard operation
use-react-screenshot copied to clipboard

Results 28 use-react-screenshot issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.9.0 to 7.23.7. Release notes Sourced from @​babel/traverse's releases. v7.23.7 (2023-12-29) :bug: Bug Fix babel-traverse #16191 fix: Crash when removing without Program (@​liuxingbaoyu) babel-helpers, babel-plugin-proposal-decorators #16180 fix:...

dependencies

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Expected: text is centered like on webpage ![image](https://user-images.githubusercontent.com/48998818/213458177-1c9765d4-9272-44d5-9cc9-200b6a3a33b3.png) Result: also the above icons are blurred, but that already has a PR ![image](https://user-images.githubusercontent.com/48998818/213458297-c59ed415-57c1-4023-b8d0-cbf8d5449ea8.png)

with regular laptop screen : ![Annotation 2023-03-07 094557](https://user-images.githubusercontent.com/54739625/223358449-6d086567-a29f-439b-a1a7-77534a8945e5.png) with 17-inch screen : ![1](https://user-images.githubusercontent.com/54739625/223358646-740a7b37-7f01-4c5b-9558-43898c71b489.png)

Whenever I use this plugin to take a screenshot, I always get a blank screenshot. Whenever I use this plugin to take a screenshot with mobile screen size, I always...

![download](https://user-images.githubusercontent.com/68382635/162454220-4189c715-4ed8-4b88-882c-33f3b6e0399c.png)

I cannot use _use-react-screenshot_ with _react 18_. It has a peer dependency of _react 17_. Could you please update it, otherwise I'll have to downgrade react just for this package....

Hi, is it possible to generate a png instead of a jpeg? I have these settings ``` const [image, takeScreenshot] = useScreenshot({ type: "image/jpeg", quality: 1.0 }); ``` and tried...

Tryna to render a pdf screenshot from my JSX but I had no luck at all. Does anyone know how to get past that?