UNPKG

dom-to-image

Version:

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

17 lines (14 loc) 197 B
#dom-node { width: 100px; overflow: hidden; } #root { border: 1px solid red; position: relative; height: 100px; } svg { position: absolute; left: 5px; top: 5px; }