react-pdf-marker
v0.1.4
Published
Set of React components for PDF annotation
Downloads
1,328
Maintainers
Readme
react-pdf-marker
Based on react-pdf-highlighter by agentcooper
Set of React components for PDF annotation.
Features:
- Built on top of PDF.js
- Text and image highlights
- Popover text for highlights
- Scroll to highlights
Importing CSS
The bundled CSS include the CSS for pdfjs.
import "react-pdf-marker/dist/style.css";Example
To run the example app locally:
npm install
npm startInstall
npm install react-pdf-markerHow to use
See ./example/src/App.tsx for the React component API example.
