@react-pdf-levelup/client 1.1.27 → 1.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # `@react-pdf-levelup/client`
2
2
 
3
- Utilidad de frontend para decodificar un PDF en base64 y descargarlo/abrirlo en el navegador.
3
+ Utilidad de frontend para decodificar un PDF en base64 generados con @react-pdf-levelup/core y descargarlo/abrirlo en el navegador.
4
+
5
+ ## NOTA IMPORTANTE esta libreria es un complemento de @react-pdf-levelup/core
4
6
 
5
7
  <p align="center">
6
8
  <img src="https://genarogg.github.io/media/react-pdf-levelup/logo-de-react-pdf-levelup.png"
@@ -9,9 +11,6 @@ Utilidad de frontend para decodificar un PDF en base64 y descargarlo/abrirlo en
9
11
  />
10
12
  </p>
11
13
 
12
- ## NOTA IMPORTANTE ESTA LIBRERIA ES UN COMPLEMENTO DE @react-pdf-levelup/core
13
-
14
-
15
14
  ## Instalación
16
15
 
17
16
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pdf-levelup/client",
3
- "version": "1.1.27",
3
+ "version": "1.1.30",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",