1.0.4 • Published 6 months ago

awesome-pdf-editor v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

awesome-pdf-editor

simple pdf library with text field image field.

NPM JavaScript Style Guide

Install

npm install --save awesome-pdf-editor

Usage

import { PDFEditor } from 'awesome-pdf-editor'
const App = () => {
  return <PDFEditor path='./template.pdf' templates={[]} />
}

License

MIT © ideadev777