Skip to content

Commit

Permalink
added console
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshi0526 committed Mar 6, 2024
1 parent 46404c6 commit 3d71e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dom-to-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
}

function draw(domNode, options, loadfonts) {
console.log(domNode,"DOM TO IMAGE DRAW DOMNODE")
return toSvg(domNode, options, loadfonts)
.then(util.makeImage)
.then(util.delay(100))
Expand Down

0 comments on commit 3d71e0a

Please sign in to comment.