Ryan LeFevre

Results 46 comments of Ryan LeFevre

If you could throw this into a pull request, that would help out immensely!

I'm having the security digest issue as well. Unfortunately em-http-request dropped WebSocket support after version 1.0.0. Just a heads up!

PSD.rb has 16-bit support so it shouldn't be too difficult to implement. -- Ryan LeFevre (@meltingice) Sr. Software Engineer HODINKEE ________________________________ From: Ryan Vlaming Sent: Saturday, September 16, 2017 1:35:55...

Any chance your layers are extending beyond the visible canvas? Photoshop will record the coordinates regardless of whether they're actually visible. ## Ryan LeFevre (@meltingice) Sr. Software Engineer HODINKEE On...

Ah yeah, so the compile step was designed such that the file at `dist/psd.js` includes the browser shims that replace the NodeJS equivalents. If you require `lib/psd.js` directly, you won't...

You shouldn't need to compile it yourself, there is already a built version in the `dist` folder. Are you saying that when you do `var PSD = require('psd');`, the PSD...

Maybe I'm a little confused on how this works inside an Electron environment. As long as the psd.js script is loaded on the page, you should be able to do...