mixu / electroshot

Capture website screenshots with optional device and network emulation as jpg, png or pdf (with web fonts!) using Electron / Chrome.
548 stars 34 forks source link

Upgrade to new electron version #25

Open WoHinDu opened 6 years ago

WoHinDu commented 6 years ago

Hey,

are there any plans to upgrade to the newest electron version? As a workaround I could use something like this for my project:

  new BrowserWindow({
      webPreferences: {
         experimentalFeatures: true,
      }
   });

is there any way to use this with electroshot?