Skip to content

Commit 3d71e0a

Browse files
committed
added console
1 parent 46404c6 commit 3d71e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dom-to-image.js

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
}
151151

152152
function draw(domNode, options, loadfonts) {
153+
console.log(domNode,"DOM TO IMAGE DRAW DOMNODE")
153154
return toSvg(domNode, options, loadfonts)
154155
.then(util.makeImage)
155156
.then(util.delay(100))

0 commit comments

Comments
 (0)