Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.
I'm trying to use Node modules (in this example, fs) in my renderer processes, like this: // main_window.js const …
javascript node.js electronIs there a good solution on how to include third party pre compiled binaries like imagemagick into an electron app? …
node.js imagemagick electronI want to use the MobX decorators, but when I try to run my code, I get the following error …
reactjs electron mobxI am facing some trouble adding chrome addons into my Electron BrowserWindow. Before creating my window (and after the ready …
javascript google-chrome-extension electron add-onI changed my app icon and for some reason I can not update the icon (currently has the icon of …
build icons electron electron-builderI'm learning electron and I've made an electron app that read and create files. When I start the application with "…
javascript json electron electron-builder electron-packagerI can't open devtools in the built version of my electron app. Therefore i want to find another solution to …
electronRecently, I have been reading about Electron and I got curious about its potential when compared to something already established …
javascript c# node.js wpf electron