@pdfme/generator 1.0.0-beta.8 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/helper.d.ts +1 -1
- package/package.json +2 -2
- package/src/helper.ts +10 -10
package/README.md
CHANGED
@@ -1,7 +1,5 @@
|
|
1
1
|
# PDFME
|
2
2
|
|
3
|
-
> pdfme is now in beta version. Please report any issues or suggestions from [Help page](https://pdfme.com/help) or [edit this page.](https://github.com/pdfme/pdfme/tree/main/website/docs/getting-started.md)
|
4
|
-
|
5
3
|
TypeScript base PDF generator and React base UI.
|
6
4
|
Open source, developed by the community, and completely free to use under the MIT license!
|
7
5
|
|