UNPKG

dom-to-image

Version:

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

12 lines (10 loc) 152 B
#dom-node { width: 100px; height: 100px; background-color: blue; } .child { width: 100%; height: 50%; background-color: red; }