save-html-as-image-enhanced
Advanced tools
Comparing version 1.7.5 to 1.7.6
{ | ||
"name": "save-html-as-image-enhanced", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"description": "Save the html as image like png or jpg", | ||
@@ -5,0 +5,0 @@ "source": "src/index.js", |
@@ -188,2 +188,3 @@ /* jslint browser */ | ||
const els = node.querySelectorAll(['.remove-when-downloading', '.show-when-downloading']); | ||
for (const element of els) { | ||
@@ -190,0 +191,0 @@ element.style.display = element.getAttribute('original_display'); |
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
67116