UNPKG

dom-to-image

Version:

Generates an image from a DOM node using HTML5 canvas and SVG

12 lines (10 loc) 159 B
#dom-node { width: 100px; height: 100px; background-color: grey; } #child { height: 30px; width: 30px; background-color: lightgrey; }