react-file-viewer
react-file-viewer copied to clipboard
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...
Fixes #73
Related to #138
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)  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?