The library uses ipcRenderer.sendTo which was removed in Electron 28.
https://www.electronjs.org/docs/latest/breaking-changes#removed-ipcrenderersendto
It should be replaced by MessageChannel
This issue doesn't allow us to upgrade Station to modern Electron versions.