UNPKG

d3-graphviz

Version:

Graphviz DOT rendering and animated transitions for D3

7 lines (4 loc) 133 B
export default function(path, width, height) { this._images.push({path:path, width: width, height:height}) return this; };