Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 594 Bytes

React PDF SDK

View a demo of it in action: https://react-pdf-demo-sigma.vercel.app/.

Getting started

Run npm install

Run npm run dev

Next steps

Check out the documentation for how to customize your useCreateIframeAndLoadViewer hook at https://github.com/alien35/pdf-react-plugin

How do I get this to work on my own app?

  1. Install the package dependency @prodfox/react-pdf-editor
  2. Copy the folder pdf-ui located at public/pdf-ui over to the public folder in your app.