Kamil Sieradzki
Results
2
comments of
Kamil Sieradzki
@skiryuk When I created the PR, I tried to contact with @kamilmysliwiec, but unfortunately, I've never got any response. @ronan-f I as well wish to have that helpful feature!
> > > A simple trick could be something like: > > ``` > var scale = 2; > domtoimage.toBlob(domNode, { > width: domNode.clientWidth * scale, > height: domNode.clientHeight *...