react-base64-to-pdf
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "react-base64-to-pdf", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "A React library for rendering Base64-encoded PDF files and providing download options.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/react-base64-to-pdf.d.ts", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
9042