UNPKG

jspdf-html2canvas-pro

Version:

A combine usage with jsPDF and html2canvas-pro, which translating html content to PDF file.

41 lines (40 loc) 1.21 kB
{ "name": "jspdf-html2canvas-pro", "version": "1.5.221", "description": "A combine usage with jsPDF and html2canvas-pro, which translating html content to PDF file.", "main": "dist/jspdf-html2canvas-pro.min.js", "module": "dist/jspdf-html2canvas-pro.min.js", "scripts": { "prebuild": "rm -rf ./dist", "dev": "cross-env NODE_ENV=development webpack --mode development --watch", "build": "cross-env NODE_ENV=production webpack --mode production", "ci": "yarn install --immutable --immutable-cache --check-cache" }, "repository": { "type": "git", "url": "git+https://github.com/hirusha-adi/jspdf-html2canvas-pro.git" }, "keywords": [ "npm", "jsPDF", "html2canvas-pro" ], "author": "johnnywang", "license": "ISC", "bugs": { "url": "https://github.com/hirusha-adi/jspdf-html2canvas-pro/issues" }, "homepage": "https://github.com/hirusha-adi/jspdf-html2canvas-pro#readme", "types": "dist/index.d.ts", "dependencies": { "html2canvas-pro": "^1.5.8", "jspdf": "^2.5.2" }, "devDependencies": { "cross-env": "^7.0.2", "ts-loader": "^9.4.4", "typescript": "^5.2.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" } }