cross-platform-pdf-generator
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "cross-platform-pdf-generator", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "pulsation pdg generator for web and ios", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -124,3 +124,3 @@ import { PDFDocument, StandardFonts, rgb, PDFFont, PDFPage, PDFTextField } from 'pdf-lib'; | ||
const name = field.getName() | ||
if (field === "TEXT_START") { | ||
if (name === "TEXT_START") { | ||
hit = field | ||
@@ -127,0 +127,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67548