Skip to content

Instantly share code, notes, and snippets.

@nornagon
Created February 21, 2020 18:58
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/c097b618d2c1cfccf99c6a80fb15c550 to your computer and use it in GitHub Desktop.
Save nornagon/c097b618d2c1cfccf99c6a80fb15c550 to your computer and use it in GitHub Desktop.
Electron Fiddle Gist
<iframe src="https://arxiv.org/pdf/1703.09735.pdf" />
const { app, BrowserWindow } = require('electron')
app.whenReady().then(() => {
const w = new BrowserWindow()
w.loadFile('index.html')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment