Sebastian
Sebastian
I use react-virtualized to speed up my electron file-manager. Which works great, thanks! ;) But could not find any reference on how to add padding-top and padding-bottom to the list,...
ok I tried that, but I think I need little bit more help.. :) What I did now: ``` git clone psd.js npm i cake compile ``` than I get...
Oh yeah right, the github version has the dist folder already, the npm module don't. I should look closer.. :) var PSD = require('../../../../library/psd.js/dist/psd.js'); console.log(PSD) = {} (i tried to...
Well im confused too, about the different require and build possibilities in js.. :D I'm not sure what you mean with: > As long as the psd.js script is loaded...
I found the browser example.. now I know what you mean.. :) Thank you very much! https://github.com/meltingice/psd.js/blob/master/examples/browser/image.html The dist/psd.js defines require by itself: https://github.com/meltingice/psd.js/blob/master/dist/psd.js#L1 Which is overwritten by the NodeJS...