UNPKG

dom-to-image

Version:

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

24 lines (19 loc) 242 B
#dom-node { width: 100px; height: auto; } .red { background-color: red; } .green { background-color: green; } .blue { background-color: blue; } .red, .green, .blue { border: 1px solid lightgrey; height: 3px; }