@jspreadsheet/print
Version:
Export to PDF.
43 lines (42 loc) • 1.19 kB
JSON
{
"name": "@jspreadsheet/print",
"title": "Export to PDF Extension",
"description": "Export to PDF.",
"repository": {
"type": "git",
"url": "https://github.com/jspreadsheet/packages.git"
},
"author": {
"name": "Contact <contact@jspreadsheet.com>"
},
"keywords": [
"spreadsheet",
"online spreadsheet",
"jspreadsheet",
"jexcel",
"tables",
"table",
"excel",
"google spreadsheet",
"spreadsheet formulas",
"javascript grid",
"grid",
"grid editor",
"data table",
"data grid",
"export to pdf"
],
"dependencies": {
"pdf-lib": "^1.17.1",
"lemonadejs": "^5.0.3",
"@lemonadejs/studio": "^5.0.0",
"fontkit": "^2.0.2",
"regenerator-runtime": "^0.13.11"
},
"main": "dist/index.js",
"version": "6.0.1",
"types": "dist/index.d.ts",
"bugs": "https://github.com/jspreadsheet/pro/issues",
"homepage": "https://github.com/jspreadsheet/pro",
"download": "https://github.com/jspreadsheet/pro/archive/master.zip"
}