Chris Sandvik
Chris Sandvik
I ended up manually adding your fork so I could print out what was going on and I think I figured it out. In the replacement where it fails, the...
> > A simple trick could be something like: > > ``` > > var scale = 2; > > domtoimage.toBlob(domNode, { > > width: domNode.clientWidth * scale, > >...
> > A simple trick could be something like: > > ``` > > var scale = 2; > > domtoimage.toBlob(domNode, { > > width: domNode.clientWidth * scale, > >...
> > A simple trick could be something like: > > ``` > > var scale = 2; > > domtoimage.toBlob(domNode, { > > width: domNode.clientWidth * scale, > >...
If anyone is still having this issue, I have finally found a solution that handles the DPI of the image as well. My main issue I've been struggling with is...
> @csandman Do you know anything about the `window.devicePixelRatio`. > > It seems it is affecting the output size. Please check my [issue](https://github.com/tsayen/dom-to-image/issues/361). @DemChing I have never run into the...
@here-nerd I made a stab at a custom webpack config for hot-reloading the xcode project using the script you provided. I'm not sure if its something that should be added...
I ended up making a [Webpack plugin](https://github.com/csandman/xcode-build-webpack-plugin) specifically to do this process, in case anyone wants an easier way to implement this: ```js const XcodeBuildPlugin = require("xcode-build-webpack-plugin"); module.exports = {...
Overall, it could be automated, but the steps to do so aren't as straightforward as the rest. To answer your direct question, for the conversion process, it uses the directory...
Haha awesome! Man, can't believe this issue was from two years ago haha