@kovaci/html-to-image
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -69,3 +69,5 @@ "use strict"; | ||
} | ||
var isSlotElement = function (node) { return node.tagName === 'SLOT'; }; | ||
var isSlotElement = function (node) { | ||
return node.tagName === 'SLOT'; | ||
}; | ||
var getEffectiveChildren = function (node) { | ||
@@ -72,0 +74,0 @@ var children = node.shadowRoot |
{ | ||
"name": "@kovaci/html-to-image", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
169559
2089