I'am doing like this
domtoImage.toPng(node)
.then(function(basicStr)
{
console.log(basicStr);
})
In my HTML some of the font icons are there but dom-to-image.js(library) not capturing those font icons.
how to solve this problem?
please help me
thanks