jspdf-autotable
Version:
Generate PDF tables with jsPDF
19 lines (18 loc) • 379 B
JSON
{
"name": "jspdf-autotable",
"homepage": "https://github.com/someatoms/jspdf-autotable",
"description": "Generate PDF tables or lists with javascript and jsPDF",
"main": "dist/jspdf.plugin.autotable.js",
"dependencies": {
"jspdf": "~1.0.178"
},
"moduleType": [
"globals"
],
"keywords": [
"pdf",
"table"
],
"license": "MIT",
"ignore": []
}