react-base64-to-pdf
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "react-base64-to-pdf", | ||
"version": "1.1.2", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "1.1.3", | ||
"description": "A React component to display and download PDF files from Base64 strings.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
8984