Skip to content

Instantly share code, notes, and snippets.

@nornagon
Created February 20, 2020 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nornagon/248085f4c2376e9211479f2d09634050 to your computer and use it in GitHub Desktop.
Save nornagon/248085f4c2376e9211479f2d09634050 to your computer and use it in GitHub Desktop.
Electron Fiddle Gist
<!-- Empty -->
const { app, BrowserWindow } = require('electron')
app.whenReady().then(() => {
const w = new BrowserWindow()
w.loadURL('https://arxiv.org/pdf/1703.09735.pdf')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment