Skip to content

Commit

Permalink
chore: import
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Jan 7, 2025
1 parent 0539e5d commit 74825bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ npm install pdf-to-images-browser
Then in your client component:

```typescript
import pdfToImages from 'pdf-to-images-browser';

const handlePdfUpload = async (pdfFile: File) => {
try {
// Convert PDF to images
Expand Down

0 comments on commit 74825bd

Please sign in to comment.