Awesome PDF viewer, that combines the best of others into one tool.
- Simple usage.
- Loads/previews PDF files of any size.
- Performance optimized.
- Easy customized.
- Support by Expensify.
Actually, for testing changes locally, we need to connect example to the code from src directory (NPM by default).
Update a few fields in example directory:
package.json:
-"react-fast-pdf": "^1.*"
+"react-fast-pdf": "../src"tsconfig.json:
-"rootDir": "./src"
+"rootDir": "../"- Run
npm iin the directory. It should updatepackage-lock.json.
The final result has to look like in this commit.
This repo automatically publishes to NPM when PRs are merged to main.
Right now, contributions to this library are done under https://github.com/Expensify/App. Please refer to that repo and all it's guidelines for contributing.
