softdinlibreriajs 12.0.30 → 12.0.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "softdinlibreriajs",
3
- "version": "12.0.30",
3
+ "version": "12.0.32",
4
4
  "description": "Libreria Softdin",
5
5
  "main": "src/",
6
6
  "scripts": {
package/src/GenerarPDF.js CHANGED
@@ -9,7 +9,7 @@ export const generarCertificadoLaboral = (logo, employeeName, companyName, jobTi
9
9
  const docDefinition = {
10
10
  header: {
11
11
  columns: [
12
- { image: logo, width: 100 }, // Logo en base64 o URL
12
+ // { image: logo, width: 100 }, // Logo en base64 o URL
13
13
  {
14
14
  text: companyName,
15
15
  alignment: 'center',