NodeJS Photoshop PSD parser toJSON() has no method
Im using https://github.com/meltingice/psd.js to parse a PSD file in node, I see that toJSON() can be used, https://github.com/won21kr/psd.js-1 but when I try to use on a simple hello world after installing the module, npm install psd toJSON() gives me error:…