Closed
Description
Hey there,
I want to hook right into the electron engine via Javascript using npm etc. How do I
- Add code which should be loaded and run by the base electron system?
- Ensure this code is loaded up when the app is built / started?
- Call such custom code from the electron.net APIs?
I have been trying to piece it all together, but so many moving parts and I just would like a bit of clarity so I can do this right.
Cheers