UNPKG

dom-to-image-more

Version:

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

13 lines (12 loc) 270 B
#dom-node { width: 100px; height: 100px; background-color: white; color: black; } .with-background { background: url(/base/spec/resources/css-bg/image.jpeg) no-repeat left top; background-size: 100px 100px; width: 100px; height: 100px; }