summaryrefslogtreecommitdiff
path: root/renderer.js
blob: 0e09d08815a12360b0d333063a5b557c6529263d (plain)
1
2
const information = document.getElementById('electron-info')
information.innerText = `This app is using Chrome (v${versions.chrome()}), Node.js (v${versions.node()}), and Electron (v${versions.electron()})`