diff --git a/.npmignore b/.npmignore index c7dbea4..61a839f 100644 --- a/.npmignore +++ b/.npmignore @@ -13,4 +13,5 @@ tsconfig.json tslint.json typedoc.json *.log -.vscode \ No newline at end of file +.vscode +assets \ No newline at end of file diff --git a/README.md b/README.md index 070759f..27e0a70 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ Create PDF files or images from your HTML template. ![GitHub last commit](https://img.shields.io/github/last-commit/ireceipt-pro/js.svg) ![GitHub release](https://img.shields.io/github/release/ireceipt-pro/js.svg) +## Examples + +More information and examples are available on + +| Invoice template invoice_for_services_h2lmu9s2 | Invoice template invoice_universal_e2wa2qvy | Invoice template invoice_universal_k5gizy86 | +| --- | --- | --- | +| ![Invoice template invoice_for_services_h2lmu9s2](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_for_services_h2lmu9s2.png "invoice_for_services_h2lmu9s2") | ![Invoice template invoice_universal_e2wa2qvy](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_universal_e2wa2qvy.png "invoice_universal_e2wa2qvy") | ![Invoice template invoice_universal_k5gizy86](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_universal_k5gizy86.png "invoice_universal_k5gizy86") | + +| Invoice template invoice_universal_qg1oiing | Invoice template invoice_universal_vzrt6k1s | +| --- | --- | +| ![Invoice template invoice_universal_qg1oiing](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_universal_qg1oiing.png "invoice_universal_qg1oiing") | ![Invoice template invoice_universal_vzrt6k1s](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_universal_vzrt6k1s.png "invoice_universal_vzrt6k1s") | + ## Get Started For the library to work, you will need an API key, which you can get at . You can also find public template IDs there or create your own. diff --git a/assets/images/public_images_invoice_for_services_h2lmu9s2.png b/assets/images/public_images_invoice_for_services_h2lmu9s2.png new file mode 100644 index 0000000..38e2d0f Binary files /dev/null and b/assets/images/public_images_invoice_for_services_h2lmu9s2.png differ diff --git a/assets/images/public_images_invoice_universal_e2wa2qvy.png b/assets/images/public_images_invoice_universal_e2wa2qvy.png new file mode 100644 index 0000000..bac29d8 Binary files /dev/null and b/assets/images/public_images_invoice_universal_e2wa2qvy.png differ diff --git a/assets/images/public_images_invoice_universal_k5gizy86.png b/assets/images/public_images_invoice_universal_k5gizy86.png new file mode 100644 index 0000000..2f00381 Binary files /dev/null and b/assets/images/public_images_invoice_universal_k5gizy86.png differ diff --git a/assets/images/public_images_invoice_universal_qg1oiing.png b/assets/images/public_images_invoice_universal_qg1oiing.png new file mode 100644 index 0000000..d89e8c7 Binary files /dev/null and b/assets/images/public_images_invoice_universal_qg1oiing.png differ diff --git a/assets/images/public_images_invoice_universal_vzrt6k1s.png b/assets/images/public_images_invoice_universal_vzrt6k1s.png new file mode 100644 index 0000000..34c2371 Binary files /dev/null and b/assets/images/public_images_invoice_universal_vzrt6k1s.png differ diff --git a/package.json b/package.json index cbd5d5e..82c50ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ireceipt.pro/js", - "version": "1.1.16", + "version": "1.1.17", "description": "Create PDF files or images (JPG, PNG, WEBP) from your HTML template.", "main": "./lib/index.js", "types": "./lib/index.d.ts",