react-file-viewer icon indicating copy to clipboard operation
react-file-viewer copied to clipboard

Results 127 react-file-viewer issues
Sort by recently updated
recently updated
newest added

I'm trying to make build getting memory issue. ``` FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 1: 0x100063a65 node::Abort() [/usr/local/bin/node] 2: 0x100064104...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Is there any way to display the attachments embedded in a PDF? I would like to list down all the documents attached in a PDF and then handle an onClick...

Having a problem when previewing ms word file (see screenshot) ![image](https://user-images.githubusercontent.com/36041100/108049110-af4f0300-7069-11eb-8112-6cde8e2051b3.png) Left is the preview of the ms word file in `react-file-viewer` and right is the actual word file in...

It would be awesome if there were a type interface for this package `@types/react-file-viewer`

fixes https://github.com/plangrid/react-file-viewer/issues/87

When you use more than one PhotoViewer, the first PhotoViewer have all images and the others are empty, This is because in the method "componentDidMount", the line: `document.getElementById('pg-photo-container').appendChild(this.props.texture.image);` Only reference...

Height and width issue for csv,xlsx and image it take 96px as default,any solution?