Electron API from OpenFL

Hi, I’m using Cordova for app creation from a HTML5 OpenFL project (heavy usage of media). In order to export desktop apps, I’m using Cordova’s Electron output and I was wondering how I can access the Electron API from it to do things like acessing the file system (reading/writting files from the app’s own folder) and so on. Where can I get reference for it?

I checked out the hxElectron library (https://github.com/tong/hxelectron) but no reference on using it…