voilab-pdf-table
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "voilab-pdf-table", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "PdfKit wrapper that helps to draw informations in simple tables.", | ||
@@ -5,0 +5,0 @@ "main": "voilab-table.js", |
@@ -118,2 +118,4 @@ /*jslint node: true, unparam: true, nomen: true */ | ||
self.pdf.addPage(); | ||
// Reset Y position for next page | ||
pos.y = self.pdf.page.margins.top; | ||
} | ||
@@ -120,0 +122,0 @@ self.emitter.emit('page-added', self, row); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32822
828