@randajan/pdfkit-dom
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -943,3 +943,3 @@ var __defProp = Object.defineProperty; | ||
}, false); | ||
each(options.fonts, (path2, key) => kit.registerFont(key, path2)); | ||
each(options.fonts, (path2, ctx) => kit.registerFont(ctx.key, path2)); | ||
} | ||
@@ -946,0 +946,0 @@ msg(text) { |
{ | ||
"name": "@randajan/pdfkit-dom", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "PDFKit computed rendering with use of elements and styling", | ||
@@ -5,0 +5,0 @@ "repository": "randajan/pdfkit-dom", |
Sorry, the diff of this file is not supported yet
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
131293