phantom-html-to-pdf
phantom-html-to-pdf copied to clipboard
phantomjs in electron
hi,am using phantoms html to pdf in electron project it work fine in development mode ,but when i package my app to asar ,it throw an error "phantom manager could not start all workers.." i think because it try to access to PhantomManager.js and PhantomWorker.js but its packaged in asar file and it can read it how can i deal with that ,thanks.