@andreiher/pdfkit-table
Version:
Forked and modified version of pdfkit-table. PdfKit Table. Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with javascript (PDFKIT plugin)
33 lines (32 loc) • 932 B
JSON
{
"name": "@andreiher/pdfkit-table",
"version": "1.0.3",
"description": "Forked and modified version of pdfkit-table. PdfKit Table. Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with javascript (PDFKIT plugin) ",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"git-push": "git add . && git commit -m 'update' && git push "
},
"repository": "git+https://github.com/natancabral/pdfkit-table.git",
"author": "natancabral",
"keywords": [
"javascript",
"node",
"nodejs",
"node pdf",
"pdf",
"pdfkit",
"table",
"pdfkit table",
"pdfkit-table"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/natancabral/pdfkit-table/issues"
},
"homepage": "https://github.com/natancabral/pdfkit-table#readme",
"dependencies": {
"pdfkit": "latest"
}
}