@ireceipt.pro/js 1.1.16 → 1.1.18
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/CHANGELOG.md +5 -0
- package/README.md +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -8,6 +8,18 @@ Create PDF files or images from your HTML template.
|
|
|
8
8
|

|
|
9
9
|

|
|
10
10
|
|
|
11
|
+
## Examples
|
|
12
|
+
|
|
13
|
+
More information and examples are available on <https://dashboard.ireceipt.pro>
|
|
14
|
+
|
|
15
|
+
| | | |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| [](https://dashboard.ireceipt.pro/sandbox/public/invoice_for_services_h2lmu9s2) | [](https://dashboard.ireceipt.pro/sandbox/public/invoice_universal_e2wa2qvy) | [](https://dashboard.ireceipt.pro/sandbox/public/invoice_universal_k5gizy86) |
|
|
18
|
+
|
|
19
|
+
| | |
|
|
20
|
+
| --- | --- |
|
|
21
|
+
| [](https://dashboard.ireceipt.pro/sandbox/public/invoice_universal_qg1oiing) | [](https://dashboard.ireceipt.pro/sandbox/public/invoice_universal_vzrt6k1s) |
|
|
22
|
+
|
|
11
23
|
## Get Started
|
|
12
24
|
|
|
13
25
|
For the library to work, you will need an API key, which you can get at <https://dashboard.ireceipt.pro>. You can also find public template IDs there or create your own.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ireceipt.pro/js",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.18",
|
|
4
4
|
"description": "Create PDF files or images (JPG, PNG, WEBP) from your HTML template.",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"nyc": "^17.1.0",
|
|
52
52
|
"prettier": "^3.3.3",
|
|
53
53
|
"typescript": "^5.6.3",
|
|
54
|
-
"typescript-eslint": "^8.
|
|
54
|
+
"typescript-eslint": "^8.10.0"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=14"
|