We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312e7af commit 428f04fCopy full SHA for 428f04f
1 file changed
README.md
@@ -114,6 +114,7 @@ pdfeasy.add([
114
{ lineBreak: {} }, // line break
115
{ raw: 'A checkbox!', checkbox: {} }, // checkbox
116
{ raw: 'A list!', list: { style: 'circle' } }, // list
117
+ { raw: 'https://link', qrcode: {} }, // use qrcode.js lib
118
{ table: { // table. Check pdfkit-table package for more explanations
119
body: {
120
title: "Title",
0 commit comments