@pdfme/generator 4.2.2 → 4.2.3

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.
Files changed (2) hide show
  1. package/README.md +27 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # PDFME
2
2
 
3
- <p>
3
+ <p align="center">
4
+ <img src="https://raw.githubusercontent.com/pdfme/pdfme/main/website/static/img/logo.svg" width="300"/>
5
+ </p>
6
+
7
+ <h4 align="center">
8
+ <a href="https://pdfme.com/">Website</a> |
9
+ <a href="https://app.pdfme.com/">pdfme Cloud</a> |
10
+ <a href="https://discord.gg/xWPTJbmgNV">Discord</a>
11
+ </h4>
12
+
13
+ <p align="center">
4
14
  <a href="https://github.com/pdfme/pdfme/blob/master/LICENSE.md">
5
15
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="pdfme is released under the MIT license." />
6
16
  </a>
@@ -13,20 +23,9 @@
13
23
  <a href="https://npmcharts.com/compare/@pdfme/generator?minimal=true">
14
24
  <img src="https://img.shields.io/npm/dm/@pdfme/generator.svg" alt="Downloads per month on npm." />
15
25
  </a>
16
- <a href="https://pdfme.com/docs/development-guide#contribution">
17
- <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" />
18
- </a>
19
- <a href="https://twitter.com/intent/tweet?text=Awesome+pdf+library%21&url=https://pdfme.com">
20
- <img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="Tweet" />
21
- </a>
22
26
  </p>
23
27
 
24
- TypeScript base PDF generator and React base UI.
25
- Open source, developed by the community, and completely free to use under the MIT license!
26
-
27
- <p align="center">
28
- <img src="https://raw.githubusercontent.com/pdfme/pdfme/main/website/static/img/logo.svg" width="300"/>
29
- </p>
28
+ <p align="center">TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!</p>
30
29
 
31
30
  ## Features
32
31
 
@@ -301,3 +300,18 @@ I definitely could not have created pdfme without these libraries. I am grateful
301
300
 
302
301
  If you want to contribute to pdfme, please check the [Development Guide](https://pdfme.com/docs/development-guide) page.
303
302
  We look forward to your contribution!
303
+
304
+ ## Cloud Service Option
305
+
306
+ While pdfme is a powerful open-source library, we understand that some users might prefer a managed solution. For those looking for a ready-to-use, scalable PDF generation service without the need for setup and maintenance, we offer pdfme Cloud.
307
+
308
+ **[Try pdfme Cloud - Hassle-free PDF Generation](https://app.pdfme.com/)**
309
+
310
+ pdfme Cloud provides all the features of the open-source library, plus:
311
+
312
+ - PDF generation at scale without infrastructure management
313
+ - Hosted WYSIWYG template designer
314
+ - Simple API integration
315
+ - Automatic updates and maintenance
316
+
317
+ \*pdfme is and will always remain open-source. The cloud service is an optional offering for those who prefer a managed solution.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/generator",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",