UNPKG

react-pdf-wrapper

Version:

A lightweight and flexible React wrapper for exporting fully customized, multi-page PDFs directly from your React components. Say goodbye to generic, static PDF layouts — simply wrap your content with our component to deliver elegant, branded documents t

39 lines (38 loc) 878 B
{ "name": "react-pdf-wrapper", "version": "1.0.2", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c" }, "devDependencies": { "@babel/core": "^7.28.0", "@babel/preset-react": "^7.27.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "rollup": "^4.45.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2" }, "peerDependencies": { "html2pdf.js": "^0.10.2", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "keywords": [ "react", "pdf", "react-pdf", "pdf-generator", "download-pdf", "multi-page-pdf" ], "author": "Manroop Singh", "license": "MIT" }