Skip to content

Commit

Permalink
Merge pull request #6 from Rogerrrrrrrs/development
Browse files Browse the repository at this point in the history
v1.0.4
  • Loading branch information
schoero authored Mar 2, 2020
2 parents a95366f + 6ea181a commit 7b7f7ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This will generate the following PDF file
- language - string: Either `"DE" | "EN" | "IT" | "FR"`. Default `"DE"`.
- size - string: Either `"A4" | "A6/5"`. Default `"A6/5"`.
- scissors - boolean: Wether you want to show the scissor icons or the text `Separate before paying in`. Default `true`.
- autoGenerate - boolean: Wether you want to atomatically finalize the PDF. When set to false you are able to add your own content to the PDF using PDFKit. Default `true`;
- autoGenerate - boolean: Wether you want to atomatically finalize the PDF. When set to false you are able to add your own content to the PDF using PDFKit. Default `true`.

#### addPage()
Adds a new page to the PDF.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "swissqrbill",
"version": "1.0.3",
"version": "1.0.4",
"description": "Node implementation for the swiss QR bill",
"main": "./index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/**/*"
"lib/**/*",
"index.js"
],
"scripts": {
"test": "cd tests && sh run.sh",
Expand Down

0 comments on commit 7b7f7ee

Please sign in to comment.