vue-chartjs-exporter
Version:
Export charts created by vue-chartjs to PDF files
29 lines (28 loc) • 596 B
JSON
{
"name": "vue-chartjs-exporter",
"version": "1.0.2",
"description": "Export charts created by vue-chartjs to PDF files",
"main": "exporter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pdf",
"chartjs",
"jspdf",
"html2canavs",
"chart",
"vue",
"export"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marsnebulasoup/vue-chartjs-exporter.git"
},
"author": "Kevin Bryniak",
"license": "MIT",
"dependencies": {
"html2canvas": "^1.0.0-rc.7",
"jspdf": "^2.2.0"
}
}