pdf-editor-view
v1.0.25
Published
PDF Editor View
Downloads
16
Readme
pdf-editor
simple pdf library with text field image field.
Install
npm install --save pdf-editor
Usage
import React, { Component } from 'react'
import MyComponent from 'pdf-editor'
import 'pdf-editor/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © ideadev777