Pdf reader for react app written in Typescript
npm install react-typescript-pdf-reader    

> Pdf reader for create react app
https://sumn2u.github.io/react-typescript-pdf-reader/
- Install
- Usage
- Testing
- Contribute
- License
``sh
npm i react-typescript-pdf-reader -S
yarn add react-typescript-pdf-reader
`
`ts
import PDFReader from 'react-typescript-pdf-reader'
state = {
pdfUrl: 'https://arxiv.org/pdf/1801.10031v1.pdf' // or use any pdf url
}
render(){
let { pdfUrl } = this.state
}
``Params
| Name | Type | Default | Description |
| ------------------- | -------- | ---------- | -------------------------------------------------------------------- |
| pdfUrl | PDF | null | Required. The pdf file which you are going to display |
`
npm run test or yarn run test`
Small note: If editing the README, please conform to the standard-readme specification.
MIT © sumn2u
