@pixelated-au/pdf-element-marker
v1.0.2
Published
Vue component used to mark areas on a PDF using Mozilla PDF.js that could allow the user to perform actions against the marked area.
Downloads
293
Readme
PDF Element Marker
Vue component.
Use this to mark rectangles on a PDF. What you do with those rectangles is up to you. For me, it's marking zones on a pdf for a dynamic PDF based form
Deployment
- Increment the package version in
package.json
- Build using
npm run build:es
- Deploy to npm
npm publish