We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbfec9f + 3bee941 commit c12097bCopy full SHA for c12097b
lib/util/PDFDocumentWithTables.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const PDFDocument = require('pdfkit')
+import PDFDocument from 'pdfkit'
4
5
/**
6
* This class extends the pdfkit functionality to provide a tables method, which
0 commit comments