Sebastian

Results 2 issues of Sebastian

Hey :) Is there a way to include a child-process file in the compile workflow? ``` import {fork} from 'child_process' fork(__dirname + '/worker.js'); ``` merci!

I would like to create a png preview of an psd in an Electron App. But with toPng() I get this Object which isn't mountable to the DOM instead of...

needs further review