Electron Adventures: Episode 4: Image Gallery with Dynamic HTML
Let's do something a little more advanced with Electron - generate some HTML dynamically, and load it into the browser window.
There's no direct functionality for this, but we can use data: URLs.
Load data URL into the web view
let { app, BrowserWind...
taw.hashnode.dev3 min read